diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-01 13:51:20 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-02 08:22:06 +0000 |
commit | cd95ec65dcf7e640ef14aa7d0ef3b05286d1b9fa (patch) | |
tree | df96450b84e7e9e3e87da96c3c5e43dc5c23d243 /rules.js | |
parent | 3ad232feb826c3d65384871bb27e73f199a819f9 (diff) | |
download | 1989-dawn-of-freedom-cd95ec65dcf7e640ef14aa7d0ef3b05286d1b9fa.tar.gz |
Don't permanently remove events now played to table
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -8127,7 +8127,6 @@ CODE[48] = [ // We are the People!* ] CODE[49] = [ // Foreign Currency Debt Burden* - [ vm_permanently_remove ], [ vm_foreign_currency_debt_burden ], [ vm_return ], ] @@ -8522,13 +8521,11 @@ CODE[99] = [ // Ligachev* ] CODE[100] = [ // Stand Fast* - [ vm_permanently_remove ], [ vm_stand_fast ], [ vm_return ], ] CODE[101] = [ // Elena* - [ vm_permanently_remove ], [ vm_if, ()=>!game.the_tyrant_is_gone ], [ vm_valid_spaces, 'Cluj-Napoca' ], [ vm_prompt, 'the Romania Elite Space' ], @@ -8598,7 +8595,6 @@ CODE[107] = [ // Massacre in Timisoara* ] CODE[108] = [ // Army Backs Revolution* - [ vm_permanently_remove ], [ vm_army_backs_revolution ], [ vm_return ], ] |