diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |