diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-17 21:30:38 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-17 21:30:38 +0000 |
commit | ddaa885bfe2941c1af523be0bdc889b9404c5c55 (patch) | |
tree | a26e3ae5a74a5ff97a6ee3be45d5026ccc1685e4 | |
parent | e0f13a64a26050e4b517fee1c563ec17052f3f22 (diff) | |
download | 1989-dawn-of-freedom-ddaa885bfe2941c1af523be0bdc889b9404c5c55.tar.gz |
Fix Ceausescu
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9049,6 +9049,7 @@ CODE[41] = [ // Ceausescu* [ vm_permanently_remove ], [ vm_if, ()=>game.persistent_events.includes(THE_TYRANT_IS_GONE_OCCURRED) ], [ vm_tyrant_block ], + [ vm_return ], [ vm_else ], [ vm_if, ()=>game.persistent_events.includes(C_CEAUSESCU) ], [ vm_prompt, 'you must remove 1 SP from Bucharesti' ], |