diff options
-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)
|