From 64f952a2263df9d7b1880bb5bcba228d1ccb6ff2 Mon Sep 17 00:00:00 2001
From: klorpa <30924131+klorpa@users.noreply.github.com>
Date: Mon, 3 Feb 2020 16:46:36 -0600
Subject: [PATCH] Fixes

---
 src/facilities/nursery/nursery.tw | 2 +-
 src/js/vignettes.js               | 2 +-
 src/uncategorized/RESS.tw         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/facilities/nursery/nursery.tw b/src/facilities/nursery/nursery.tw
index 02c24bdd284..1015834737a 100644
--- a/src/facilities/nursery/nursery.tw
+++ b/src/facilities/nursery/nursery.tw
@@ -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 $herself.
+	$Matron.slaveName is alone in $nurseryName, and keeps the place clean and looks after the children $himself.
 	<<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>>
diff --git a/src/js/vignettes.js b/src/js/vignettes.js
index 4bc85942a06..a64d8a129da 100644
--- a/src/js/vignettes.js
+++ b/src/js/vignettes.js
@@ -4150,7 +4150,7 @@ window.GetVignette = function GetVignette(slave) {
 			type: "health",
 			effect: -1,
 		});
-	} else if (slave.assignment === "work as a nanny" || slave.assignment === window.Job.NURSERY || slave.assignment === window.Job.MATRON) {
+	} else if (slave.assignment === "work as a nanny" || slave.assignment === window.Job.NANNY || slave.assignment === window.Job.MATRON) {
 		// TODO: add more vignettes here
 		vignettes.push({
 			text: `more vignettes are needed here,`,
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 8c9040b102c..28240d264f7 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -1020,7 +1020,7 @@ One day, you catch sight of <<EventNameLink>> <<if ($activeSlave.heels == 1) &&
 	<<if !hasAnyArms($activeSlave)>>
 		$he tries to communicate $his reluctance to wear the clothing as best as $he can with various head movements and facial expressions<<if $activeSlave.bellyPreg >= 5000>>, including several nods towards $his rounded middle<</if>>.
 	<<else>>
-		$he uses gestures to communicate $his embarrassment with $his clothing, covering $his nipples, crotch, and anus with $his hand<<if hasBothArms($activeSlave)>>s<</if>> one after the other and begging for clothes that do the same.<<if $activeSlave.bellyPreg >= 5000>> $He also gestures to $his rounded belly with a look of concern.<</if>>
+		$he uses gestures to communicate $his embarrassment with $his clothing, covering $his nipples, crotch, and anus with $his hand<<if hasBothArms($activeSlave)>>s<</if>> one after the other, and begging for clothes that do the same.<<if $activeSlave.bellyPreg >= 5000>> $He also gestures to $his rounded belly with a look of concern.<</if>>
 	<</if>>
 <<else>>
 	$he <<say>>s fearfully, "I'm <<s>>orry, <<Master>>, but tho<<s>>e thing<<s>> are ju<<s>>t <<s>>o embarra<<ss>>ing!<<if $activeSlave.bellyPreg >= 5000>> I'm al<<s>>o worried for my <<if $activeSlave.pregType > 1>>babie<<s>>'<<else>>baby'<<s>><</if>> <<s>>afety.<</if>>"
-- 
GitLab