diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-27 14:11:33 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-27 14:11:33 +0000 |
commit | a044d9e162b4863a0fcd420f88d00ff1e67097bb (patch) | |
tree | 6941566390a0fa6e2b27ed4bfb0257dc6b473086 | |
parent | ec35a3f7c712ccef78ff4b5aefbd6d2dd2935a9e (diff) | |
download | 1989-dawn-of-freedom-a044d9e162b4863a0fcd420f88d00ff1e67097bb.tar.gz |
Add Army Backs Revolution to table_cards
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5117,6 +5117,7 @@ function vm_adamec() { function vm_army_backs_revolution() { game.persistent_events = game.persistent_events.filter(n => n !== C_SECURITATE) game.playable_cards = game.playable_cards.filter(n => n !== C_SECURITATE) + game.table_cards.push(C_ARMY_BACKS_REVOLUTION) vm_next() } |