Skip to content
Snippets Groups Projects
Commit ccf0e59c authored by Blank's avatar Blank Committed by Pregmodder
Browse files

SecExpFixes

parent e6f78aa7
Branches
Tags
No related merge requests found
...@@ -196,7 +196,7 @@ You have <span id="secHel"> <<print num($secMenials)>> </span> slaves working in ...@@ -196,7 +196,7 @@ You have <span id="secHel"> <<print num($secMenials)>> </span> slaves working in
<br><br> <br><br>
/* security level and upgrades */ /* security level and upgrades */
Your security level (@@.deepskyblue;<<print $security>>.@@ Your security level (@@.deepskyblue;$security@@)
<<if $security <= 20>> <<if $security <= 20>>
is dangerously low. is dangerously low.
<<elseif $security <= 40>> <<elseif $security <= 40>>
...@@ -249,7 +249,7 @@ Considering the current upgrades the resting level for security is <<print $secR ...@@ -249,7 +249,7 @@ Considering the current upgrades the resting level for security is <<print $secR
<br> <br>
/* crime level and upgrades */ /* crime level and upgrades */
Your crime level (@@.orangered;<<print $crime>>.@@ Your crime level (@@.orangered;$crime@@)
<<if $crime <= 20>> <<if $crime <= 20>>
is very low. is very low.
<<elseif $crime <= $upgradeUpkeep>> <<elseif $crime <= $upgradeUpkeep>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment