Skip to content
Snippets Groups Projects
Commit 9345ef98 authored by j's avatar j
Browse files

Reworked display

parent 0b5ae661
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
<<set _recruits = 0>>
<<set _newMercs = 0>>
<<if $useTabs == 0>>__Security__<</if>>
<<if $useTabs == 0>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>__Security__<</if>>
<br>
<strong>Security</strong>:
......@@ -171,9 +171,7 @@
<</if>>
<<set $security = Math.clamp(_newSec, 0, 100)>>
<br>
<br>
<br><br>
<strong>Crime</strong>:
/* crime modifiers */
<<if $week < 30>>
......@@ -254,10 +252,9 @@
<<if $militiaFounded == 1 || $activeUnits >= 1>>
<br>
<br>
<br><br>
/* militia */
<strong>Military</strong>:
<strong> Military</strong>:
<<if $recruitVolunteers == 1>>
Your militia accepts only volunteering citizens, ready to defend their arcology.
<<set _recruits = random(1,2)>>
......@@ -408,7 +405,7 @@
<<for _i = 0; _i < _sL; _i++>>
<<set _loyaltyChange = 0>>
<br>
<br>$slaveUnits[_i].platoonName:
<br> $slaveUnits[_i].platoonName:
<<if $secBarracksUpgrades.loyaltyMod >= 1>>
<<set _loyaltyChange += 2 * $secBarracksUpgrades.loyaltyMod>>
is periodically sent to the indoctrination facility in the barracks for thought correction therapy.
......
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