Skip to content
Snippets Groups Projects
Commit 0ea761e0 authored by Pregmodder's avatar Pregmodder
Browse files

Fixes and <<cc>>

parent c55167d4
No related branches found
No related tags found
No related merge requests found
...@@ -388,7 +388,7 @@ In the Free Cities, Independence Day falls on the day when the Free City achieve ...@@ -388,7 +388,7 @@ In the Free Cities, Independence Day falls on the day when the Free City achieve
<</link>> //Costs ¤10000// <</link>> //Costs ¤10000//
\ \
<<if $securityForceActive > 1>> <<if $securityForceActive > 1>>
<<link "Host a parade ">> <<link "Host a parade">>
<<replace "#result2">> <<replace "#result2">>
<<nobr>> <<nobr>>
<<if $securityForcePersonnel < 100>> <<if $securityForcePersonnel < 100>>
...@@ -450,6 +450,7 @@ In the Free Cities, Independence Day falls on the day when the Free City achieve ...@@ -450,6 +450,7 @@ In the Free Cities, Independence Day falls on the day when the Free City achieve
<<elseif ($securityForceRulesOfEngagement == "free") && ($securityForceDepravity >= 1.5)>> <<elseif ($securityForceRulesOfEngagement == "free") && ($securityForceDepravity >= 1.5)>>
The sight of $securityForceName's forcing their captured slaves to suck them off while frequently firing without any care into the air, enspiring terror in your citizens. The sight of $securityForceName's forcing their captured slaves to suck them off while frequently firing without any care into the air, enspiring terror in your citizens.
<<set $rep -= 200>> <<set $rep -= 200>>
<</if>>
<<if ($securityForceRulesOfEngagement == "hold") && ($securityForceDepravity <= 0.3)>> <<if ($securityForceRulesOfEngagement == "hold") && ($securityForceDepravity <= 0.3)>>
The sight of $securityForceName's profesonally holdstering their weapons provies your citizens with a sense of safety. The sight of $securityForceName's profesonally holdstering their weapons provies your citizens with a sense of safety.
<<set $rep += 100>> <<set $rep += 100>>
......
...@@ -1569,6 +1569,7 @@ ...@@ -1569,6 +1569,7 @@
<<set $SEnunciate = "Th">> <<set $SEnunciate = "Th">>
<<set $ssEnunciate = "th">> <<set $ssEnunciate = "th">>
<<set $cEnunciate = "th">> <<set $cEnunciate = "th">>
<<set $ccEnunciate = "th">>
<<set $zEnunciate = "th">> <<set $zEnunciate = "th">>
<<else>> <<else>>
<<if def $PC.customTitle>><<set $titleEnunciate = $PC.customTitle>><<elseif $PC.title != 0>><<set $titleEnunciate = "Master">><<else>><<set $titleEnunciate = "Mistress">><</if>> <<if def $PC.customTitle>><<set $titleEnunciate = $PC.customTitle>><<elseif $PC.title != 0>><<set $titleEnunciate = "Master">><<else>><<set $titleEnunciate = "Mistress">><</if>>
...@@ -1623,6 +1624,7 @@ ...@@ -1623,6 +1624,7 @@
<<set $SEnunciate = "S">> <<set $SEnunciate = "S">>
<<set $ssEnunciate = "ss">> <<set $ssEnunciate = "ss">>
<<set $cEnunciate = "c">> <<set $cEnunciate = "c">>
<<set $cEnunciate = "cc">>
<<set $zEnunciate = "z">> <<set $zEnunciate = "z">>
<</if>> <</if>>
<</widget>> <</widget>>
...@@ -1633,6 +1635,7 @@ ...@@ -1633,6 +1635,7 @@
<<widget "S">>$SEnunciate<</widget>> <<widget "S">>$SEnunciate<</widget>>
<<widget "ss">>$ssEnunciate<</widget>> <<widget "ss">>$ssEnunciate<</widget>>
<<widget "c">>$cEnunciate<</widget>> <<widget "c">>$cEnunciate<</widget>>
<<widget "cc">>$ccEnunciate<</widget>>
<<widget "z">>$zEnunciate<</widget>> <<widget "z">>$zEnunciate<</widget>>
/% /%
......
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