From 915addb3205555c9b5207fdb21a9bb9af122c41f Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Sat, 15 Aug 2020 18:26:12 -0400 Subject: [PATCH] sanity check --- src/npc/newSlaveIncestSex.tw | 4 ++-- src/uncategorized/arcmgmt.tw | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/npc/newSlaveIncestSex.tw b/src/npc/newSlaveIncestSex.tw index 8b8975164e1..c70fc18942c 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 ae9c6662483..b5ac50296b3 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>> -- GitLab