diff --git a/src/uncategorized/seIndependenceDay.tw b/src/uncategorized/seIndependenceDay.tw index 44e42172e230cb3a16082c315bc6b2a776375f2a..0df5a013813380c34f6f95a42471cbfcc4850cbf 100644 --- a/src/uncategorized/seIndependenceDay.tw +++ b/src/uncategorized/seIndependenceDay.tw @@ -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>> diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw index 2174d57285c42c5f53f42422543c6e1f1f02c8c4..c718f3f8f951f83875ffa45255a49cc3311f17be 100644 --- a/src/utility/miscWidgets.tw +++ b/src/utility/miscWidgets.tw @@ -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>> /%