diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-07 17:58:45 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-07 17:58:45 +0000 |
commit | 5ff80ca6c2a69e8a4cc5d2ce0b2145712e628004 (patch) | |
tree | e183dbd2b52c64449dafb4190c8365b0e0a826b1 /rules.js | |
parent | b6fe2c6e0374dcdf81c9bc38615d74e9155e9c98 (diff) | |
download | 1989-dawn-of-freedom-5ff80ca6c2a69e8a4cc5d2ce0b2145712e628004.tar.gz |
Fix Laszlo Tokes not going to removed after Massacra in Timisoara
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4977,6 +4977,7 @@ function vm_malta_summit() { function vm_massacre_in_timisoara() { game.persistent_events = game.persistent_events.filter(n => n !== C_LASZLO_TOKES) + game.strategy_removed.push(C_LASZLO_TOKES) vm_next() } |