diff --git a/src/npc/descriptions/boobs/boobs.js b/src/npc/descriptions/boobs/boobs.js index 9de9fdcfc75013a7953d16416ca18b01268f3d2d..97c279fe42747ba27ccc520db5c3557fcb25b448 100644 --- a/src/npc/descriptions/boobs/boobs.js +++ b/src/npc/descriptions/boobs/boobs.js @@ -1315,7 +1315,7 @@ App.Desc.boobs = function() { * @returns {string} */ function detailedInspection(slave) { - const {he, his, him, He, His, girl} = getPronouns(slave); + const {he, his, him, He, His, himself} = getPronouns(slave); function musclesTone(slave) { return slave.muscles > 95 ? 'shredded' : slave.muscles > 30 ? 'rippling' : 'toned'; } diff --git a/src/pregmod/widgets/pregmodBirthWidgets.tw b/src/pregmod/widgets/pregmodBirthWidgets.tw index 4ccce545607c43f0d34433a396aa71061ee9c387..399c764a95e788f0c718bea3e4b3b5fd59547660 100644 --- a/src/pregmod/widgets/pregmodBirthWidgets.tw +++ b/src/pregmod/widgets/pregmodBirthWidgets.tw @@ -1782,7 +1782,7 @@ <<if _S.Nurse>> <<setLocalPronouns _S.Nurse 2>> <</if>> - $slaves[$i].slaveName is in the perfect place to give birth when $his body begins to push out another of $his brood. <<if _S.Nurse != 0>>_S.Nurse.slaveName<<else>>A freelance nurse<</if>> delivers $his child before taking them away. Before long _he2 returns to attend to _his2 patient's perpetual pregnancy. + $slaves[$i].slaveName is in the perfect place to give birth when $his body begins to push out another of $his brood. <<if _S.Nurse>>_S.Nurse.slaveName<<else>>A freelance nurse<</if>> delivers $his child before taking them away. Before long _he2 returns to attend to _his2 patient's perpetual pregnancy. <<case "be confined in the cellblock">> <<if $slaves[$i].fetish == "mindbroken">> diff --git a/src/uncategorized/clinic.tw b/src/uncategorized/clinic.tw index b1cdc8af600a831da191ca60aceefe84da671b66..f29386e96abb096a1e10caf2931998cc460f2764 100644 --- a/src/uncategorized/clinic.tw +++ b/src/uncategorized/clinic.tw @@ -72,7 +72,7 @@ $clinicNameCaps is busy. Patients occupy many of the beds; most are alert, but a few are dozing under medication designed to promote healing through deep rest. <<elseif _CL > 0>> $clinicNameCaps is sparsely populated. Patients occupy a few of the beds; most are alert, but a few are dozing under medication designed to promote healing through deep rest. - <<elseif _S.Nurse != 0>> + <<elseif _S.Nurse>> _S.Nurse.slaveName is alone in the clinic, and has nothing to do but keep the place spotlessly clean and ready for its next patients. <<else>> $clinicNameCaps is empty and quiet.