diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-18 17:37:15 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-18 17:37:15 +0100 |
commit | 1bebacfe15fbe0b5d85a873cf40a07ea46b1404e (patch) | |
tree | f1f432dc97574555faadb072baa4e47ddcfe71d6 | |
parent | aec7c36487d2e102fdcd45654527ebb127b9f324 (diff) | |
download | 1989-dawn-of-freedom-1bebacfe15fbe0b5d85a873cf40a07ea46b1404e.tar.gz |
fix for Tyrant is Gone
-rw-r--r-- | rules.js | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -4943,6 +4943,12 @@ function vm_the_tyrant_is_gone() { game.state = 'vm_the_tyrant_is_gone'
}
+
+function vm_the_tyrant_is_gone_prep() {
+ game.table_cards.push(97)
+ vm_next()
+}
+
function vm_the_wall () {
game.persistent_events['the_wall']= true
//game.strategy_removed.push(9)
|