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

Merge branch 'pregmod-dev' into 'pregmod-master'

fixes

See merge request !4805
parents 340f6417 6ef9021c
No related branches found
No related tags found
1 merge request!4805fixes
......@@ -76,7 +76,7 @@
<</if>>
<<set $fixedNationality = "American">>
<<set _meanGirl = GenerateNewSlave("XX")>>
<<set _meanGirl.origin = "You enslaved $him for abusing " + $eventSlave.slaveName + " while " + $eventSlave.pronoun + " was serving the public.">>
<<set _meanGirl.origin = "You enslaved $him for abusing " + $eventSlave.slaveName + " while " + getPronouns($eventSlave).pronoun + " was serving the public.">>
<<set _meanGirl.career = "a student">>
<<set _meanGirl.markings = "none", _meanGirl.weight = -20>>
<<set _meanGirl.devotion = random(-80,-60)>>
......@@ -682,7 +682,7 @@
<<if $secExp == 1>>
<span id="edictButton"> <br>
<<link [[edicts][$nextButton = "Back", $nextLink = "Manage Arcology"]]>><</link>>
<<link [[Edicts|edicts][$nextButton = "Back", $nextLink = "Manage Arcology"]]>><</link>>
</span>
@@.cyan;[D]@@
<</if>>
......
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