diff --git a/src/uncategorized/persBusiness.tw b/src/uncategorized/persBusiness.tw
index 025c355801c2d7e1405494d02cf228544cc371d2..8045a1b4cc9a4ff0523c3eb6417d466ffa589b9f 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>>