From f6c505fbc9a8c896b0c2d38d1cd85b1d42116eb6 Mon Sep 17 00:00:00 2001
From: Jones <Jones>
Date: Mon, 29 Oct 2018 21:43:57 +0100
Subject: [PATCH] Interaction between bad weather and the local economy

---
 src/uncategorized/persBusiness.tw | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/src/uncategorized/persBusiness.tw b/src/uncategorized/persBusiness.tw
index 025c355801c..8045a1b4cc9 100644
--- a/src/uncategorized/persBusiness.tw
+++ b/src/uncategorized/persBusiness.tw
@@ -1034,6 +1034,18 @@ The RomanFS may need further tweaking (it probably got weaker). Could increase t
 	<</if>>
 <</if>>
 
+<br>
+<<if $difficultySwitch == 1>>
+	<<if $weatherToday.severity > 2>>
+		<<set $localEcon -= 2>>
+		This week's terrible weather did a number on the region, @@.red;hurting the local economy.@@
+	<<elseif $seatherToday.severity > 3>>
+		<<set $localEcon -= 5>>
+		This week's extreme weather ravaged the region, @@.red;the local economy is seriously disrupted.@@
+	<</if>>
+<</if>>
+<br>
+
 
 
 <<if $SF.Toggle && $SF.Active >= 1>> <<include "SF_Report">> <</if>>
-- 
GitLab