Skip to content
Snippets Groups Projects
Commit 82be7684 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

order of operations

parent 0cd9e8a1
No related branches found
No related tags found
No related merge requests found
......@@ -258,7 +258,7 @@
<<set $slaves[$i].pregControl = "speed up">>
<</if>>
<<if ($slaves[$i].chem > 10) && ($clinicUpgradeFilters == 1)>>
<<set $slaves[$i].chem -= 5 + (50 * $clinicUpgradePurge)>>
<<set $slaves[$i].chem -= (5 + (50 * $clinicUpgradePurge))>>
<<if $clinicUpgradePurge == 1 && $slaves[$i].health > -50>>
<<set $slaves[$i].health = -50>>
<</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