diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-21 16:14:14 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-21 16:14:14 +0000 |
commit | 4090d0c4d77b1b092c247f9accbf1ea5566db5a7 (patch) | |
tree | aa57110623e4e8dc81e841103a881a0bb977e9f0 /rules.js | |
parent | eab96f21dc93efa3f1800168a7bb0a9bb8f32da8 (diff) | |
download | 1989-dawn-of-freedom-4090d0c4d77b1b092c247f9accbf1ea5566db5a7.tar.gz |
Fix New Years Eve Party
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7760,7 +7760,7 @@ states.vm_new_years_eve_party = { }, end() { push_undo() - game.persistent_events.push(C_NEW_YEARS_EVE_PARTY) + add_to_persistent_events(C_NEW_YEARS_EVE_PARTY) log('Choses to end the game. There will be no final scoring.') let power = game.revolutions.filter(value => value === false).length if (power > 3) { |