summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2025-01-04 21:52:18 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2025-01-04 21:52:18 +0000
commitbd462d4fa5b17a45bca1fef9cff801bc2546f907 (patch)
tree9fa2f8e320212ec2af235405072741e1af3944db /rules.js
parentf95ab2987fc3d04670e92595c94be867e904332a (diff)
download1989-dawn-of-freedom-bd462d4fa5b17a45bca1fef9cff801bc2546f907.tar.gz
Add fullstop
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 0e21360..13d5cc9 100644
--- a/rules.js
+++ b/rules.js
@@ -1808,7 +1808,7 @@ states.end_turn_4_5_4 = {
// Check if the Communist receives VP from The Tyrant is Gone
if (game.the_tyrant_is_gone && game.the_tyrant_is_gone > 0) {
game.vp -= 2
- log(`Communist receives 2 VP from C`+ C_THE_TYRANT_IS_GONE)
+ log(`Communist receives 2 VP from C`+ C_THE_TYRANT_IS_GONE + '.')
}
game.state = 'final_scoring_held'
} else {