From bd462d4fa5b17a45bca1fef9cff801bc2546f907 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sat, 4 Jan 2025 21:52:18 +0000 Subject: Add fullstop --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3