From 1bebacfe15fbe0b5d85a873cf40a07ea46b1404e Mon Sep 17 00:00:00 2001 From: iainp5 Date: Wed, 18 Sep 2024 17:37:15 +0100 Subject: fix for Tyrant is Gone --- rules.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'rules.js') 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) -- cgit v1.2.3