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
4 merge requests!1155Pregmod master,!851Nevermind.,!843Delete Please.,!821Pregmod v1021-29
......@@ -388,7 +388,7 @@ In the Free Cities, Independence Day falls on the day when the Free City achieve
<</link>> //Costs ¤10000//
\
<<if $securityForceActive > 1>>
<<link "Host a parade ">>
<<link "Host a parade">>
<<replace "#result2">>
<<nobr>>
<<if $securityForcePersonnel < 100>>
......@@ -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)>>
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>>
<</if>>
<<if ($securityForceRulesOfEngagement == "hold") && ($securityForceDepravity <= 0.3)>>
The sight of $securityForceName's profesonally holdstering their weapons provies your citizens with a sense of safety.
<<set $rep += 100>>
......
......@@ -1569,6 +1569,7 @@
<<set $SEnunciate = "Th">>
<<set $ssEnunciate = "th">>
<<set $cEnunciate = "th">>
<<set $ccEnunciate = "th">>
<<set $zEnunciate = "th">>
<<else>>
<<if def $PC.customTitle>><<set $titleEnunciate = $PC.customTitle>><<elseif $PC.title != 0>><<set $titleEnunciate = "Master">><<else>><<set $titleEnunciate = "Mistress">><</if>>
......@@ -1623,6 +1624,7 @@
<<set $SEnunciate = "S">>
<<set $ssEnunciate = "ss">>
<<set $cEnunciate = "c">>
<<set $cEnunciate = "cc">>
<<set $zEnunciate = "z">>
<</if>>
<</widget>>
......@@ -1633,6 +1635,7 @@
<<widget "S">>$SEnunciate<</widget>>
<<widget "ss">>$ssEnunciate<</widget>>
<<widget "c">>$cEnunciate<</widget>>
<<widget "cc">>$ccEnunciate<</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