summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2025-01-04 19:44:32 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2025-01-04 19:44:32 +0000
commit8c65ad0205c0eb700f0fae0649b639347187fb80 (patch)
treeb7047dd68027dcfcfc920973a08890657dd3d79a /rules.js
parent3c11e42c2637716ffb5c3a624a443efbb62d2bda (diff)
download1989-dawn-of-freedom-8c65ad0205c0eb700f0fae0649b639347187fb80.tar.gz
Add fullstops
Diffstat (limited to 'rules.js')
-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