From 8c65ad0205c0eb700f0fae0649b639347187fb80 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sat, 4 Jan 2025 19:44:32 +0000 Subject: Add fullstops --- rules.js | 4 ++-- 1 file 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 -- cgit v1.2.3