From 05746e9738e4903ce53578353af5d0f7274dd142 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sat, 21 Dec 2024 16:35:33 +0000 Subject: Fix the Tyrant is gone in NYE Party --- rules.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index faa4fb2..4736189 100644 --- a/rules.js +++ b/rules.js @@ -6162,7 +6162,7 @@ function vm_the_third_way() { function vm_the_tyrant_is_gone() { permanently_remove(C_THE_CROWD_TURNS_AGAINST_CEAUSESCU) - game.persistent_events.push(THE_TYRANT_IS_GONE_OCCURRED) + add_to_persistent_events(THE_TYRANT_IS_GONE_OCCURRED) game.valid_spaces = [] for (let i = 0; i < spaces.length; i++) { let space = spaces[i] @@ -9549,7 +9549,6 @@ CODE[97] = [ // The Tyrant is Gone* [ vm_prompt, 'the Romanian Elite Space' ], [ vm_remove_x_opp_infl, 4 ], [ vm_the_tyrant_is_gone ], - [ vm_permanently_remove ], [ vm_else ], [ vm_the_tyrant_is_gone_prep ], [ vm_endif ], -- cgit v1.2.3