diff options
-rw-r--r-- | rules.js | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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() |