summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {