From 5253f67e0844186ee1a8a1b1445bf9ca24bbd146 Mon Sep 17 00:00:00 2001 From: Jones <Jones> Date: Sat, 10 Nov 2018 21:42:49 +0100 Subject: [PATCH] weatherfreeze fix --- src/pregmod/manageEconomy.tw | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/pregmod/manageEconomy.tw b/src/pregmod/manageEconomy.tw index 97ee605ea20..2b223974a78 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>> -- GitLab