Skip to content
Snippets Groups Projects
Commit 1e86a7dd authored by kopareigns's avatar kopareigns
Browse files

Spelling

parent 2f67b8e7
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@
<</if>>
<<if $pregExemption == 1>>
<br>''@@.lime;Military exemption for pregnancys:@@'' pregnant citizens are allowed, and encouraged, to avoid military service.
<br>''@@.lime;Military exemption for pregnancies:@@'' pregnant citizens are allowed, and encouraged, to avoid military service.
[[Repeal|edicts][$pregExemption = 0]]
<</if>>
<</if>>
......@@ -508,7 +508,7 @@
<<else>>
<br>//Not enough Authority.//
<</if>>
<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will replenish militia manpower moderatly fast and will cap at 5% of the total citizens population, but has a high authority cost//
<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will replenish militia manpower moderately fast and will cap at 5% of the total citizens population, but has a high authority cost//
<</if>>
<<if $militaryService == 0>>
<br>''Obligatory military service:'' every citizen is required to register and serve under the militia.
......@@ -565,7 +565,7 @@
<<if $arcologies[0].FSRepopulationFocus >= 40 && ($conscription == 1 || $militaryService == 1 || $militarizedSociety == 1)>>
<<if $pregExemption == 0>>
<br>''@@.lime;Military exemption for pregnancys:@@'' pregnant citizens will be allowed, and encouraged, to avoid military service.
<br>''@@.lime;Military exemption for pregnancies:@@'' pregnant citizens will be allowed, and encouraged, to avoid military service.
<<if $authority >= 1000>>
[[Implement|edicts][$pregExemption = 1, $cash -=5000, $authority -= 1000]]
<<else>>
......@@ -707,7 +707,7 @@
<<if $arcologies[0].FSChineseRevivalist >= 40>>
<<if $sunTzu == 0>>
<br>''@@.lime;Sun Tzu Teachings:@@'' Fund specialized training for your units and officers to comform your army to the teachings of the "Art of War".
<br>''@@.lime;Sun Tzu Teachings:@@'' Fund specialized training for your units and officers to conform your army to the teachings of the "Art of War".
<<if $authority >= 1000>>
[[Implement|edicts][$sunTzu = 1, $cash -=5000, $authority -= 1000, $militiaBaseAttack++, $militiaBaseDefense++, $mercBaseAttack++, $mercBaseDefense++, $slaveBaseAttack++, $slaveBaseDefense++, $militiaBaseMorale += 5, $mercBaseMorale += 5, $slaveBaseMorale += 5, $edictsUpkeep += 1000]]
<<else>>
......
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