Skip to content
Snippets Groups Projects
Commit 5253f67e authored by Jones's avatar Jones
Browse files

weatherfreeze fix

parent 881e26d6
No related branches found
No related tags found
1 merge request!2854Population Extension
...@@ -121,17 +121,16 @@ _percTopClass = Math.trunc(($topClass / ($ACitizens + $ASlaves)) * 1000) / 10>> ...@@ -121,17 +121,16 @@ _percTopClass = Math.trunc(($topClass / ($ACitizens + $ASlaves)) * 1000) / 10>>
<</if>> <</if>>
<br>Slaves | $ASlaves | <<print _percASlaves>>% /*should probably include player owned slaves of all types*/ <br>Slaves | $ASlaves | <<print _percASlaves>>% /*should probably include player owned slaves of all types*/
<br><br>
<<if $secExp == 0>> <<if $secExp == 0>>
<<if $weatherAwareness > 0>> <<if $weatherAwareness > 0>>
<<if $antiWeatherFreeze == 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]] Reinforcing passenger terminals costs <<print cashFormat(50000)>> and increase upkeep. [[Reinforce|Manage Economy][$antiWeatherFreeze = 1, $cash -= 50000]]
<<elseif $antiWeatherFreeze == 1>> <<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]] Investing in all-weather transportation costs <<print cashFormat(100000)>> and increase upkeep. [[Invest|Manage Economy][$antiWeatherFreeze = 2, $cash -= 100000]]
<<else>> <<elseif $antiWeatherFreeze == 2>>
Your arcology's passenger terminals remain fully operational even during the most extreme weather. <br><br>Your arcology's passenger terminals remain fully operational even during the most extreme weather.
<</if>> <</if>>
<</if>> <</if>>
<</if>> <</if>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment