diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-28 14:50:18 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-28 14:50:18 +0000 |
commit | 8db10c517a69047fd5bf8c6fd350ccd29ff466a7 (patch) | |
tree | 622212e25ba3335eb4ef7e0dde1d1b0defd856b8 | |
parent | 4fd82c183f8dcf8f31cc8cfd4ca538c0c2b3766c (diff) | |
download | 1989-dawn-of-freedom-8db10c517a69047fd5bf8c6fd350ccd29ff466a7.tar.gz |
Tidy up code
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5337,7 +5337,7 @@ function vm_bulgarian_turks_expelled() { } function vm_ceausescu_prep() { - game.persistent_events.push(C_CEAUSESCU) + add_to_persistent_events(C_CEAUSESCU) vm_next() } |