summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js6
1 files changed, 3 insertions, 3 deletions
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()