diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2025-01-04 21:52:18 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2025-01-04 21:52:18 +0000 |
commit | bd462d4fa5b17a45bca1fef9cff801bc2546f907 (patch) | |
tree | 9fa2f8e320212ec2af235405072741e1af3944db /rules.js | |
parent | f95ab2987fc3d04670e92595c94be867e904332a (diff) | |
download | 1989-dawn-of-freedom-bd462d4fa5b17a45bca1fef9cff801bc2546f907.tar.gz |
Add fullstop
Diffstat (limited to 'rules.js')
-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 { |