diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-08 12:09:03 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-08 12:09:03 +0000 |
commit | a03c12cd980461301774eca04afc52dada9fdbf1 (patch) | |
tree | 68ebf6cc542a15e133709ad83019b7ccfc570549 /rules.js | |
parent | 275e03c84e3a6b67cb2da82b040d45ebd4038f08 (diff) | |
download | 1989-dawn-of-freedom-a03c12cd980461301774eca04afc52dada9fdbf1.tar.gz |
Fix Honecker under general strike
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1790,7 +1790,6 @@ states.honecker ={ log_h2(`Action Round ${game.round}`) game.round_player = COM permanently_remove(C_HONECKER) - console.log('game.persistent_events', game.persistent_events) if (game.persistent_events.includes(C_GENERAL_STRIKE)) { game.state = 'general_strike' } else { |