diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-28 15:54:15 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-28 15:54:15 +0100 |
commit | d1aa8afd10969468868c6a7412d255c01eea1f51 (patch) | |
tree | 695bea91b983964643e8bd3dd1d2ad8038130e30 /rules.js | |
parent | 59216b5bf35893809b75d96a42ed57aad43c7b57 (diff) | |
download | 1989-dawn-of-freedom-d1aa8afd10969468868c6a7412d255c01eea1f51.tar.gz |
Fix Tyrant is Gone
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -424,7 +424,6 @@ states.choose_card = { },
card(card) {
push_undo()
- game.persistent_events['the_crowd_turns_against_ceausescu'] = true
//Check if player is at risk of losing game due to held scoring card
let scoring_cards_count = count_scoring_cards()
|