summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index ef07391..917569b 100644
--- a/rules.js
+++ b/rules.js
@@ -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)