diff options
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |