Skip to content
Snippets Groups Projects
Commit 643bf8aa authored by Pregmodder's avatar Pregmodder
Browse files

fix

parent ba4a6a6f
No related branches found
No related tags found
1 merge request!3098fix to unit names
...@@ -191,7 +191,7 @@ You are free to organize your menial slaves into fighting units. Currently you h ...@@ -191,7 +191,7 @@ You are free to organize your menial slaves into fighting units. Currently you h
<<if $helots > 0 && $activeUnits < $maxUnits>> <<if $helots > 0 && $activeUnits < $maxUnits>>
<br> <br>
<<link "Form a new unit" "secBarracks">> <<link "Form a new unit" "secBarracks">>
<<set _name = "<<= ordinalSuffix($createdMercUnits+1)>> slave platoon">> <<set _name = "<<= ordinalSuffix($createdSlavesUnits+1)>> slave platoon">>
<<if $helots >= $maxTroops>> <<if $helots >= $maxTroops>>
<<set _newUnit = { <<set _newUnit = {
ID: 0, ID: 0,
...@@ -333,7 +333,7 @@ __Militia__ ...@@ -333,7 +333,7 @@ __Militia__
<<if $militiaFreeManpower > 0 && $activeUnits < $maxUnits>> <<if $militiaFreeManpower > 0 && $activeUnits < $maxUnits>>
<br> <br>
<<link "Form a new unit" "secBarracks">> <<link "Form a new unit" "secBarracks">>
<<set _name = "<<= ordinalSuffix($createdMercUnits+1)>> citizens' platoon">> <<set _name = "<<= ordinalSuffix($createdMilitiaUnits+1)>> citizens' platoon">>
<<if $militiaFreeManpower >= $maxTroops>> <<if $militiaFreeManpower >= $maxTroops>>
<<set _newUnit = { <<set _newUnit = {
ID: 0, ID: 0,
......
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