From fd5049b9468e289dbfaae2bdbe233efad75dd7f8 Mon Sep 17 00:00:00 2001 From: Jones <Jones> Date: Mon, 29 Oct 2018 22:05:35 +0100 Subject: [PATCH] Balance --- src/uncategorized/persBusiness.tw | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/uncategorized/persBusiness.tw b/src/uncategorized/persBusiness.tw index 9276c632295..111294fe8f9 100644 --- a/src/uncategorized/persBusiness.tw +++ b/src/uncategorized/persBusiness.tw @@ -1033,11 +1033,11 @@ The RomanFS may need further tweaking (it probably got weaker). Could increase t <</if>> <<if $difficultySwitch == 1>> - <<if $weatherToday.severity == 2>> - <<set $localEcon -= 2>> + <<if $weatherToday.severity == 3>> + <<set $localEcon -= 1>> <br><br>This week's terrible weather did a number on the region, @@.red;hurting the local economy.@@ - <<elseif $weatherToday.severity > 2>> - <<set $localEcon -= 5>> + <<elseif $weatherToday.severity > 3>> + <<set $localEcon -= 3>> <br><br>This week's extreme weather ravaged the region, @@.red;the local economy is seriously disrupted.@@ <</if>> <</if>> -- GitLab