From 8898d0c4b6ebf45dbfbc500ae9c669257691dd2c Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Wed, 2 Oct 2019 10:31:56 -0700 Subject: [PATCH] Fix nursery.tw pronoun error. --- src/facilities/nursery/nursery.tw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/facilities/nursery/nursery.tw b/src/facilities/nursery/nursery.tw index 98a737cb994..a4812991f55 100644 --- a/src/facilities/nursery/nursery.tw +++ b/src/facilities/nursery/nursery.tw @@ -73,7 +73,7 @@ $nurseryNameCaps <</switch>> <<if $Matron>> - <<setLocalPronouns $Matron 2>> + <<setLocalPronouns $Matron>> <</if>> <<if _NL > 2>> @@ -82,7 +82,7 @@ $nurseryNameCaps $nurseryNameCaps is working steadily. Nannies are moving about, cleaning up and feeding hungry children. <<set $nannyInfluence = 1>> <<elseif $Matron>> - $Matron.slaveName is alone in $nurseryName, and keeps the place clean and looks after the children $herself2. + $Matron.slaveName is alone in $nurseryName, and keeps the place clean and looks after the children $herself. <<set $MatronInfluence = 1>> <<elseif (_NL <= 0) && ($nurseryBabies <= 0)>> $nurseryNameCaps is empty and quiet. <<link "Decommission the Nursery" "Main">><<set $nursery = 0, $nurseryNannies = 0, $nannyInfluence = 0, $nurseryDecoration = "standard", $cribs = [], $reservedChildrenNursery = 0>><<for _i = 0; _i < $slaves.length; _i++>><<run WombCleanGenericReserve($slaves[_i], "nursery", 9999)>><</for>><</link>> -- GitLab