summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js3
1 files changed, 1 insertions, 2 deletions
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 ],