diff --git a/src/pregmod/manageEconomy.tw b/src/pregmod/manageEconomy.tw index 97ee605ea202ed661a2aac2da7a80c187821b4cd..2b223974a781e7d9857894056d224b2728863a49 100644 --- a/src/pregmod/manageEconomy.tw +++ b/src/pregmod/manageEconomy.tw @@ -121,17 +121,16 @@ _percTopClass = Math.trunc(($topClass / ($ACitizens + $ASlaves)) * 1000) / 10>> <</if>> <br>Slaves | $ASlaves | <<print _percASlaves>>% /*should probably include player owned slaves of all types*/ -<br><br> <<if $secExp == 0>> <<if $weatherAwareness > 0>> <<if $antiWeatherFreeze == 0>> - The extreme weather hurts your arcology's ability to function. Reinforcing your passenger terminals increase the weather range at which they can operate.<br> + <br><br>The extreme weather hurts your arcology's ability to function. Reinforcing your passenger terminals increase the weather range at which they can operate.<br> Reinforcing passenger terminals costs <<print cashFormat(50000)>> and increase upkeep. [[Reinforce|Manage Economy][$antiWeatherFreeze = 1, $cash -= 50000]] <<elseif $antiWeatherFreeze == 1>> - You have reinforced your passenger terminals to function even during bad weather. You can invest into all-weather transportation to remain functional no matter what.<br> + <br><br>You have reinforced your passenger terminals to function even during bad weather. You can invest into all-weather transportation to remain functional no matter what.<br> Investing in all-weather transportation costs <<print cashFormat(100000)>> and increase upkeep. [[Invest|Manage Economy][$antiWeatherFreeze = 2, $cash -= 100000]] - <<else>> - Your arcology's passenger terminals remain fully operational even during the most extreme weather. + <<elseif $antiWeatherFreeze == 2>> + <br><br>Your arcology's passenger terminals remain fully operational even during the most extreme weather. <</if>> <</if>> <</if>>