diff --git a/src/npc/newSlaveIncestSex.tw b/src/npc/newSlaveIncestSex.tw index 8b8975164e1bf22f6744894b0e1fdb0116a883ea..c70fc18942cf87fbb170d78a8d8aa5cc8a915ef1 100644 --- a/src/npc/newSlaveIncestSex.tw +++ b/src/npc/newSlaveIncestSex.tw @@ -77,11 +77,11 @@ <h3>1st relative slave</h3> <div>_one (relationship: <<= $relative.relationship>>, ID: <<= $relative.ID>>, relationshipTarget: $relative.relationshipTarget)</div> <div>Age: $relative.physicalAge</div> - <div>Pronouns: $he / $her</div> + <div>Pronouns: $he / $his</div> <h3>2nd relative slave</h3> <div>_other (relationship: <<= $relative2.relationship>>, ID: <<= $relative2.ID>>, relationshipTarget: $relative2.relationshipTarget)</div> <div>Age: $relative2.physicalAge</div> - <div>Pronouns: _she2 / _her2</div> + <div>Pronouns: _he2 / _his2</div> <</replace>> <</link>> </p> diff --git a/src/uncategorized/arcmgmt.tw b/src/uncategorized/arcmgmt.tw index ae9c666248304641e22fa7dd5d6a7b3edfee8032..b5ac50296b3bfe9a22486d38b1beb5f8924b1081 100644 --- a/src/uncategorized/arcmgmt.tw +++ b/src/uncategorized/arcmgmt.tw @@ -1554,14 +1554,14 @@ You own <<set _AWeekGrowth++>> <</if>> <<if $SecExp.smilingMan.progress >= 2>> - <<if def $SecExp.smilingMan.globalCrisisWeeks && $SecExp.smilingMan.globalCrisisWeeks > 0>> + <<if (def $SecExp.smilingMan.globalCrisisWeeks) && $SecExp.smilingMan.globalCrisisWeeks > 0>> The great global crisis ignited by The Smiling Man plan is a great weight on the shoulders of everyone, causing great harm to the prosperity of the arcology. <<set _AWeekGrowth -= random(2,4), $SecExp.smilingMan.globalCrisisWeeks-->> <<elseif $SecExp.smilingMan.progress >= 3>> With the global economy recovering from the great crisis unleashed by the Smiling Man, there is plenty of room to grow. Your arcology's prosperity benefits from this greatly. <<set _AWeekGrowth++>> <</if>> - <<if def $SecExp.smilingMan.globalCrisisWeeks && $SecExp.smilingMan.globalCrisisWeeks === 0>> + <<if (def $SecExp.smilingMan.globalCrisisWeeks) && $SecExp.smilingMan.globalCrisisWeeks === 0>> <<run delete $SecExp.smilingMan.globalCrisisWeeks>> <</if>> <</if>>