From 859a43fa58c2cd1698a3d26f43bd914d6311456b Mon Sep 17 00:00:00 2001 From: iainp5 Date: Mon, 13 Jan 2025 17:23:42 +0000 Subject: Add full stops --- rules.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 0f9e20a..cf3b09e 100644 --- a/rules.js +++ b/rules.js @@ -5638,17 +5638,17 @@ function vm_st_nicholas_church() { function vm_stasi() { add_to_persistent_events(C_STASI) - log(`For the rest of this turn the Democrat must reveal the card they will play this Action Round before the Communist player plays a card`) + log(`For the rest of this turn the Democrat must reveal the card they will play this Action Round before the Communist player plays a card.`) vm_next() } function vm_stand_fast() { add_to_persistent_events(C_STAND_FAST) if (game.active === DEM) { - log(`-1 Modifier to Support Checks in Democratic controlled spaces for the rest of this turn`) + log(`-1 Modifier to Support Checks in Democratic controlled spaces for the rest of this turn.`) game.stand_fast = DEM } else { - log(`-1 Modifier to Support Checks in Communist controlled spaces for the rest of this turn`) + log(`-1 Modifier to Support Checks in Communist controlled spaces for the rest of this turn.`) game.stand_fast = COM } vm_next() -- cgit v1.2.3