summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-09-20 12:33:37 +0100
committeriainp5 <iain.pearce.ip@gmail.com>2024-09-20 12:33:37 +0100
commit86e93857a33d555829a6d958a2728d206d7a326b (patch)
treedb2b3cdbd37f8bd4fe57491b49a9e4dc6246352a
parentae983e525fa0dc87bc0c64d3c9c70c62207b50a8 (diff)
download1989-dawn-of-freedom-86e93857a33d555829a6d958a2728d206d7a326b.tar.gz
Fix Army Backs Revolution
-rw-r--r--rules.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index a8d6d5a..9965730 100644
--- a/rules.js
+++ b/rules.js
@@ -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()
}