summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2025-01-13 17:23:42 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2025-01-13 17:23:42 +0000
commit859a43fa58c2cd1698a3d26f43bd914d6311456b (patch)
tree053a64ba7b2408fd06f6b920be654eff62f9ad72
parentcf95b7d5148f45c0d73b906d7e76152894a7ea34 (diff)
download1989-dawn-of-freedom-859a43fa58c2cd1698a3d26f43bd914d6311456b.tar.gz
Add full stops
-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()