From 90f22b8d4b5dd891dc26ce1a90750687260275c2 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 7 Apr 2025 01:20:43 +0200 Subject: Fix typo in "Largo Caballero" event. --- rules.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules.ts') diff --git a/rules.ts b/rules.ts index 1158bd4..b058d49 100644 --- a/rules.ts +++ b/rules.ts @@ -2629,7 +2629,7 @@ function card20_event3() { } function card22_event3() { - const value = game.tracks[SOVIET_SUPPORT] >= 8 ? -3 : -3; + const value = game.tracks[SOVIET_SUPPORT] >= 8 ? -3 : -2; insert_after_active_node( resolve_effect(create_effect('track', GOVERNMENT, value), 'player_event') ); -- cgit v1.2.3