From 5ff80ca6c2a69e8a4cc5d2ce0b2145712e628004 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Thu, 7 Nov 2024 17:58:45 +0000 Subject: Fix Laszlo Tokes not going to removed after Massacra in Timisoara --- rules.js | 1 + 1 file changed, 1 insertion(+) diff --git a/rules.js b/rules.js index 90afe63..9afa28f 100644 --- a/rules.js +++ b/rules.js @@ -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() } -- cgit v1.2.3