summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules.js b/rules.js
index 67c46b2..0e96b37 100644
--- a/rules.js
+++ b/rules.js
@@ -2529,10 +2529,10 @@ function do_sc(space) {
let tear_gas_end = game.persistent_events.includes(C_TEAR_GAS)
let the_wall_end = game.persistent_events.includes(C_THE_WALL)
if (tear_gas_start && !tear_gas_end) {
- log(`C${C_TEAR_GAS} no longer in effect`)
+ log(`C${C_TEAR_GAS} no longer in effect.`)
}
if (the_wall_start && !the_wall_end) {
- log(`C${C_THE_WALL} no longer in effect`)
+ log(`C${C_THE_WALL} no longer in effect.`)
}
// If Austria-Hungary Border Reopened used, all future Support Checks must be in East Germany