diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-20 12:29:29 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-20 12:29:29 +0100 |
commit | bb2262dafca96423b0a45dc4058d2ad686f21ace (patch) | |
tree | 9ccb1db9f0534fddbfd0292ddabb098d26927191 | |
parent | 324c500f25c5c7db38d3ba4e1bf21f351b142e7a (diff) | |
download | 1989-dawn-of-freedom-bb2262dafca96423b0a45dc4058d2ad686f21ace.tar.gz |
Fix the Tyrant is gone
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8046,10 +8046,10 @@ 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 ],
- [ vm_permanently_remove ],
[ vm_return ],
]
|