diff --git a/src/events/intro/economyIntro.tw b/src/events/intro/economyIntro.tw index 4b72811290c40a436fc445022216374ddfdbe868..6bce3ce2d2f011b84fd8f93931955d4473259614 100644 --- a/src/events/intro/economyIntro.tw +++ b/src/events/intro/economyIntro.tw @@ -23,7 +23,7 @@ <</if>> /*Economy settings*/ - <br><br>@@.orange;How fast is it crumbling?@@ + <br><br>@@.orange;How fast is it crumbling?@@ //Some economic content requires this to be set to harder than vanilla// <<if $difficultySwitch == 0>> <br>''Barely noticeable, for now.'' //Vanilla// <br>[[Harder|Economy Intro][$econRate = 1, $difficultySwitch = 1]] diff --git a/src/uncategorized/persBusiness.tw b/src/uncategorized/persBusiness.tw index 8abe9487d4146053e1a883915b8d7c30879fe2cf..6f4c605551262d2b0e7ab03c06f6b2f87fd62a34 100644 --- a/src/uncategorized/persBusiness.tw +++ b/src/uncategorized/persBusiness.tw @@ -1055,11 +1055,11 @@ The RomanFS may need further tweaking (it probably got weaker). Could increase t <<if $weatherToday.severity == 3>> <<set $localEcon -= 1>> <<set $econWeatherDamage += 1>> - <br><br>This week's terrible weather did a number on the region, @@.red;hurting the local economy.@@ + <br><br>This week's terrible weather did a number on the region, @@.red;hurting the local economy.@@ <<if $disasterResponse == 0>>//Investing in a disaster response unit will speed up recovery//<</if>> <<elseif $weatherToday.severity > 3>> <<set $localEcon -= 3>> <<set $econWeatherDamage += 3>> - <br><br>This week's extreme weather ravaged the region, @@.red;the local economy is seriously disrupted.@@ + <br><br>This week's extreme weather ravaged the region, @@.red;the local economy is seriously disrupted.@@ <<if $disasterResponse == 0>>//Investing in a disaster response unit will speed up recovery//<</if>> <</if>> <</if>> <</if>>