Skip to content
Snippets Groups Projects
Commit 33a87442 authored by j's avatar j
Browse files

Compiler fix.

parent 5d37609b
No related branches found
No related tags found
No related merge requests found
......@@ -358,7 +358,7 @@ __Militia__
<<elseif $militiaRecruitment == 2>>
By establishing obligatory military service to obtain citizenship you have enlarged your manpower pool to be approximately 5% of the arcology's citizens population.
<</if>>
Your current total manpower is <<print <<print commaNum($militiaTotalManpower)>>, of which <<print <<print commaNum($militiaEmployedManpower_>> is in active duty. You lost in total <<print <<print commaNum($militiaTotalCasualties)>> citizens, leaving you with <<print <<print commaNum($militiaFreeManpower)>> available citizens.
Your current total manpower is <<print <<print commaNum($militiaTotalManpower)>>, of which <<print commaNum($militiaEmployedManpower)>> is in active duty. You lost in total <<print <<print commaNum($militiaTotalCasualties)>> citizens, leaving you with <<print <<print commaNum($militiaFreeManpower)>> available citizens.
<br>
<<set _mL = $militiaUnits.length>>
<<if $militiaFreeManpower > 0 && $activeUnits < $maxUnits>>
......
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