Skip to content
Snippets Groups Projects
Commit aa506335 authored by sigurd.cole's avatar sigurd.cole
Browse files

old HA subsidy code applied to TFS (bad copy-paste)

parent 39eccdc9
No related branches found
No related tags found
No related merge requests found
...@@ -742,17 +742,17 @@ The Futanari Sisters have a <<if $TFS.schoolProsperity > 4>>very prosperous<<els ...@@ -742,17 +742,17 @@ The Futanari Sisters have a <<if $TFS.schoolProsperity > 4>>very prosperous<<els
<<if $HA.schoolPresent == 1>> <<if $HA.schoolPresent == 1>>
<br> <br>
The Hippolyta Academy have a <<if $TFS.schoolProsperity > 4>>very prosperous<<elseif $TFS.schoolProsperity < -4>>struggling<<else>>thriving<</if>> branch in $arcologies[0].name. The Hippolyta Academy have a <<if $HA.schoolProsperity > 4>>very prosperous<<elseif $HA.schoolProsperity < -4>>struggling<<else>>thriving<</if>> branch in $arcologies[0].name.
<<if $TFS.schoolProsperity >= 10>> <<if $HA.schoolProsperity >= 10>>
They are one of the most famous schools in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>> They are one of the most famous schools in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>>
<<set $TFS.subsidize = 0, $TFS.schoolProsperity = 10>> <<set $HA.subsidize = 0, $HA.schoolProsperity = 10>>
<</if>> <</if>>
<<if $HA.subsidize == 1>> <<if $HA.subsidize == 1>>
You have a policy of subsidizing them You have a policy of subsidizing them
<<set $HA.schoolProsperity++>> <<set $HA.schoolProsperity++>>
<<elseif $HA.subsidize == -1>> <<elseif $HA.subsidize == -1>>
You have a policy of covertly undermining them. You have a policy of covertly undermining them.
<<set $TFS.schoolProsperity-->> <<set $HA.schoolProsperity-->>
<</if>> <</if>>
<</if>> <</if>>
......
...@@ -1270,10 +1270,10 @@ ...@@ -1270,10 +1270,10 @@
<<set $FResult += 2>> <<set $FResult += 2>>
<<elseif ($args[0].energy > 60)>> <<elseif ($args[0].energy > 60)>>
<<set $FResult += 1>> <<set $FResult += 1>>
<<elseif ($args[0].energy <= 40)>>
<<set $FResult -= 1>>
<<elseif ($args[0].energy <= 20)>> <<elseif ($args[0].energy <= 20)>>
<<set $FResult -= 2>> <<set $FResult -= 2>>
<<elseif ($args[0].energy <= 40)>>
<<set $FResult -= 1>>
<</if>> <</if>>
<</if>> <</if>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment