diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-20 12:33:37 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-20 12:33:37 +0100 |
commit | 86e93857a33d555829a6d958a2728d206d7a326b (patch) | |
tree | db2b3cdbd37f8bd4fe57491b49a9e4dc6246352a | |
parent | ae983e525fa0dc87bc0c64d3c9c70c62207b50a8 (diff) | |
download | 1989-dawn-of-freedom-86e93857a33d555829a6d958a2728d206d7a326b.tar.gz |
Fix Army Backs Revolution
-rw-r--r-- | rules.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4316,6 +4316,9 @@ function vm_adamec() { function vm_army_backs_revolution() {
game.persistent_events['securitate'] = false
game.playable_cards[70].playable = 0
+ if (game.table_cards.includes(70)) {
+ permanently_remove(70)
+ }
vm_next()
}
|