From df5fce4ea4ee6c767919afae90379902d78cd691 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Fri, 20 Sep 2024 14:27:15 +0100 Subject: Fix for Tyrant is Gone --- rules.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules.js b/rules.js index eb639f6..0373a70 100644 --- a/rules.js +++ b/rules.js @@ -4977,7 +4977,7 @@ function vm_the_tyrant_is_gone() { game.playable_cards[41].playable = 0 game.playable_cards[101].playable = 0 game.playable_cards[107].playable = 0 - console.log('game.vm_event', game.vm_event) + console.log('game.vm_event', game.vm_event, 'game.played_card', game.played_card) game.state = 'vm_the_tyrant_is_gone' } @@ -6826,7 +6826,7 @@ states.vm_the_tyrant_is_gone = { }, infl(space) { push_undo() - log(`The Ceausescus flee to %${space}`) + log(`The Ceausescus flee to %${find_space_index(space)}`) game.persistent_events['the_tyrant_is_gone'] = find_space_index(space) }, done () { -- cgit v1.2.3