From 7dfc8e72c7623b4fbaf6dc6819b55cae7d9f1d68 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 21 Apr 2023 17:32:44 +0200 Subject: Fix multiplier for event 70. --- events.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'events.txt') diff --git a/events.txt b/events.txt index 57b8f5c..653dccb 100644 --- a/events.txt +++ b/events.txt @@ -1194,7 +1194,7 @@ EVENT 70 if AUTOMATIC count_spaces is_forest(s) && !has_any_guerrilla(s) log `${game.vm.count} Forests without Guerrillas.` - resources GOVT (2*game.vm.count) + resources GOVT (6*game.vm.count) else prompt "Government Resources +6 for each Forest without Guerrillas." space_no_undo all is_forest(s) && !has_any_guerrilla(s) -- cgit v1.2.3