diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2025-01-04 19:44:32 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2025-01-04 19:44:32 +0000 |
commit | 8c65ad0205c0eb700f0fae0649b639347187fb80 (patch) | |
tree | b7047dd68027dcfcfc920973a08890657dd3d79a /rules.js | |
parent | 3c11e42c2637716ffb5c3a624a443efbb62d2bda (diff) | |
download | 1989-dawn-of-freedom-8c65ad0205c0eb700f0fae0649b639347187fb80.tar.gz |
Add fullstops
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 |