diff --git a/src/pregmod/widgets/pregmodWidgets.tw b/src/pregmod/widgets/pregmodWidgets.tw
index 2128e98f142d03b5aeee8aca2923d4fcab98ca51..ea8fc57cd33a442ba364d7ad4bb802c8f8759300 100644
--- a/src/pregmod/widgets/pregmodWidgets.tw
+++ b/src/pregmod/widgets/pregmodWidgets.tw
@@ -163,6 +163,9 @@
 <<if ndef $args[0].vasectomy>>
 	<<set $args[0].vasectomy = 0>>
 <</if>>
+<<if ndef $args[0].haircuts>>
+	<<set $args[0].haircuts = 0>>
+<</if>>
 
 <<if ndef $args[0].pubertyXX>>
 	<<if $args[0].physicalAge >= $args[0].pubertyAgeXX>>
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index ac815f2aacace449a5f40fb69e531e27271feeee..0386dd65fef9df8c18cbd2be0fd067491ebb526c 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -734,59 +734,60 @@ During a routine inspection of <<EventNameLink $activeSlave>>, you notice that s
 
 <<set _napkinFS = $qualifiedFS.random()>>
 
-<<if _napkinFS == "gender radicalist">>
+<<switch _napkinFS>>
+<<case "gender radicalist">>
 	<<set _napkin = "a lily with a prominent stamen">>
-<<elseif _napkinFS == "gender fundamentalist">>
+<<case "gender fundamentalist">>
 	<<set _napkin = "a beautiful, feminine lily">>
-<<elseif _napkinFS == "racial supremacy">>
+<<case "racial supremacy">>
 	<<set _napkin = "a proud rose">>
-<<elseif _napkinFS == "racial subjugationism">>
+<<case "racial subjugationism">>
 	<<set _napkin = "a makeshift whip">>
-<<elseif _napkinFS == "youth preferentialist">>
+<<case "youth preferentialist">>
 	<<set _napkin = "a cute little flowerbud">>
-<<elseif _napkinFS == "maturity preferentialist">>
+<<case "maturity preferentialist">>
 	<<set _napkin = "a gorgeous mature orchid">>
-<<elseif _napkinFS == "paternalist">>
+<<case "paternalist">>
 	<<set _napkin = "a smooth, calming design">>
-<<elseif _napkinFS == "degradationist">>
+<<case "degradationist">>
 	<<set _napkin = "a spiky abstract design">>
-<<elseif _napkinFS == "transformation fetishist">>
+<<case "transformation fetishist">>
 	<<set _napkin = "a big pair of fake lips">>
-<<elseif _napkinFS == "body purist">>
+<<case "body purist">>
 	<<set _napkin = "a simple, unaltered flower">>
-<<elseif _napkinFS == "pastoralist">>
+<<case "pastoralist">>
 	<<set _napkin = "a sheaf of corn">>
-<<elseif _napkinFS == "physical idealist">>
+<<case "physical idealist">>
 	<<set _napkin = "a dumbbell">>
-<<elseif _napkinFS == "hedonistic">>
+<<case "hedonistic">>
 	<<set _napkin = "a hamburger">>
-<<elseif _napkinFS == "slimness enthusiast">>
+<<case "slimness enthusiast">>
 	<<set _napkin = "a lithe figure">>
-<<elseif _napkinFS == "asset expansionist">>
+<<case "asset expansionist">>
 	<<set _napkin = "a figure with exaggerated breasts and buttocks">>
-<<elseif _napkinFS == "repopulation focus">>
+<<case "repopulation focus">>
 	<<set _napkin = "a lotus flower">>
-<<elseif _napkinFS == "eugenics">>
+<<case "eugenics">>
 	<<set _napkin = "a makeshift chastity belt">>
-<<elseif _napkinFS == "chattel religionist">>
+<<case "chattel religionist">>
 	<<set _napkin = "a piece of religious iconography">>
-<<elseif _napkinFS == "multi">>
+<<case "multi">>
 	<<set _napkin = "a daffodil">>
-<<elseif _napkinFS == "roman revivalist">>
+<<case "roman revivalist">>
 	<<set _napkin = "a laurel wreath">>
-<<elseif _napkinFS == "aztec revivalist">>
+<<case "aztec revivalist">>
 	<<set _napkin = "a small statuette">>
-<<elseif _napkinFS == "egyptian revivalist">>
+<<case "egyptian revivalist">>
 	<<set _napkin = "a perfect pyramid">>
-<<elseif _napkinFS == "edo revivalist">>
+<<case "edo revivalist">>
 	<<set _napkin = "a Shinto arch">>
-<<elseif _napkinFS == "arabian revivalist">>
+<<case "arabian revivalist">>
 	<<set _napkin = "a complex minaret">>
-<<elseif _napkinFS == "chinese revivalist">>
+<<case "chinese revivalist">>
 	<<set _napkin = "an imperial pagoda">>
-<<else>>
+<<default>>
 	<<set _napkin = "a beautiful flower">>
-<</if>>
+<</switch>>
 
 You're working at your desk when <<EventNameLink $activeSlave>> walks by your office. She checks to see whether you're in while trying very hard to look like she's minding her own business, and turns to go once she <<if canSee($activeSlave)>>sees<<else>>hears<</if>> that you're present. You <<if canSee($activeSlave)>>crook a finger at her<<else>>clear your throat at her, signaling you want her before you<</if>>. She's a good girl and not likely to be plotting anything nefarious, but letting nonsense like that slide would be stupid. She hurries in, blushing furiously, with her hands behind her back. Deciding to deal with the obvious thing first, you ask her what she's got. She blushes even harder, and brings her hands around to reveal one of the large cloth napkins used for entertaining, carefully folded into the shape of _napkin. It's very well done.
 <br><br>
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index f1d02d2c4e613ab4719440ba9de29fc3921fd90d..d22b5c21557685efd4d4c02ac58a17fff9153aaa 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -6807,7 +6807,7 @@
 	<</if>>
 <</if>>
 
-<<if ($slaves[$i].hStyle != "shaved" && $slaves[$i].bald != 1)>>
+<<if ($slaves[$i].hStyle != "shaved" && $slaves[$i].bald != 1 && $slaves[$i].haircuts == 0)>>
 	<<if ($slaves[$i].hLength < 150)>>
 	<<set $slaves[$i].hLength += 1>>
 	<</if>>
diff --git a/src/uncategorized/salon.tw b/src/uncategorized/salon.tw
index 806314e4e7a19865e451b7299edb50c146341d8a..aa1856e32c72390ffcd47a6e27a8d4bbb40bfbd0 100644
--- a/src/uncategorized/salon.tw
+++ b/src/uncategorized/salon.tw
@@ -241,6 +241,14 @@
 	<<elseif $activeSlave.hLength < 150>>
 		| [[Apply extensions|Salon][$activeSlave.hLength += 10,$cash -= $modCost]]
 	<</if>>
+	
+	<br>&nbsp;&nbsp;&nbsp;&nbsp;
+	Have $possessive hair carefully maintained at its current length:
+	<<if $activeSlave.haircuts == 1>>
+		[[Cease maintenance|Salon][$activeSlave.haircuts = 1]]
+	<<else>>
+		[[Begin maintenance|Salon][$activeSlave.haircuts = 0]]
+	<</if>>
 <<else>>
 	<<if $activeSlave.hStyle == "bald">>
 		$pronounCap is completely bald.
diff --git a/src/uncategorized/slaveSummary.tw b/src/uncategorized/slaveSummary.tw
index e4376a376f47cafe415d4376e53f99cf3ef26059..3376cfa04fbc42f0c45571aaf88e99d3a005463a 100644
--- a/src/uncategorized/slaveSummary.tw
+++ b/src/uncategorized/slaveSummary.tw
@@ -156,7 +156,7 @@
 		[[_slaveName|Slave Interact][$activeSlave = $slaves[ssi]]]
 <<else>>
 		<br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if ($seeImages == 1) && ($seeSummaryImages == 1)>><div class="imageRef smlImg"><<SlaveArt _Slave 1>></div><</if>>
-		"[[_slaveName|Slave Interact][$activeSlave = $slaves[_ssi+]]
+		[[_slaveName|Slave Interact][$activeSlave = $slaves[_ssi]]
 <</if>>
 <<case "Subordinate Targeting">>
 	<br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if ($seeImages == 1) && ($seeSummaryImages == 1)>><div class="imageRef smlImg"><<SlaveArt _Slave 1>></div><</if>>
diff --git a/src/utility/assignWidgets.tw b/src/utility/assignWidgets.tw
index d3adab985a7f7ef077f50babfca818f2f1a63b2e..1859a6a9767072abfe1d2109580513095ea86f84 100644
--- a/src/utility/assignWidgets.tw
+++ b/src/utility/assignWidgets.tw
@@ -21,7 +21,7 @@
 		<<case "be confined in the cellblock" "cellblock">>
 			<<set $args[0].assignment = "be confined in the cellblock", $args[0].assignmentVisible = 0, $cellblockSlaves++, $CellBiIDs.push(_wID)>>
 		<<case "get treatment in the clinic" "clinic">>
-			<<set $args[0].assignment = "get treatment in the clinic",  $args[0].assignmentVisible = 0, $clinicSlaves++, $CliniciIDs.push({_wID)>>
+			<<set $args[0].assignment = "get treatment in the clinic",  $args[0].assignmentVisible = 0, $clinicSlaves++, $CliniciIDs.push(_wID)>>
 		<<case "serve in the club" "club">>
 			<<set $args[0].assignment = "serve in the club",            $args[0].assignmentVisible = 0, $clubSlaves++, $ClubiIDs.push(_wID)>>
 		<<case "work in the dairy" "dairy">>
diff --git a/src/utility/slaveCreationWidgets.tw b/src/utility/slaveCreationWidgets.tw
index 2c25edaaa0f9543060c8e51c8f59251ad037ba72..9401e8d729e68c2b19c78bb0590b9f4b9a63f4af 100644
--- a/src/utility/slaveCreationWidgets.tw
+++ b/src/utility/slaveCreationWidgets.tw
@@ -6,7 +6,7 @@
 	Called from Gen XX, Gen XY, CheatMode DB, InitNationalities.
 %/
 <<widget "BaseSlave">>
-	<<set $activeSlave = {slaveName: "blank", slaveSurname: 0, birthName: "blank", birthSurname: 0, genes: "XX", weekAcquired: 0, origin: 0, career: 0, ID: 0, prestige: 0, pornFame: 0, pornFameSpending: 0, prestigeDesc: 0, recruiter: 0, relation: 0, relationTarget: 0, relationship: 0, relationshipTarget: 0, rivalry: 0, rivalryTarget: 0, subTarget: 0, father: 0, mother: 0, daughters: 0, sisters: 0, canRecruit: 0, choosesOwnAssignment: 0, assignment: "rest", assignmentVisible: 1, sentence: 0, training: 0, toyHole: "all her holes", indenture: -1, indentureRestrictions: 0, birthWeek: random(0,51), actualAge: 18, visualAge: 18, physicalAge: 18, ageImplant: 0, health: 0, minorInjury: 0, trust: 0, oldTrust: 0, devotion: 0, oldDevotion: 0, weight: 0, muscles: 0, height: 170, heightImplant: 0, nationality: "slave", race: "white", markings: "none", eyes: 1, eyeColor: "brown", origEye: "brown", eyewear: "none", origHColor: "brown", hColor: "brown", pubicHColor: "brown", skin: "light", hLength: 60, hStyle: "short", pubicHStyle: "neat", waist: 0, corsetPiercing: 0, PLimb: 0, amp: 0, heels:0, voice: 2, voiceImplant: 0, accent: 0, shoulders: 0, shouldersImplant: 0, boobs: 0, boobsImplant: 0, boobsImplantType: 0, boobShape: "normal", nipples: "cute",  nipplesPiercing: 0, areolae: 0, areolaePiercing: 0, boobsTat: 0, lactation: 0, lactationAdaptation: 0, milk: 0, cum: 0, hips: 0, hipsImplant: 0, butt: 0, buttImplant: 0, buttImplantType: 0, buttTat: 0, face: 0, faceImplant: 0, faceShape: "normal", lips: 15, lipsImplant: 0, lipsPiercing: 0, lipsTat: 0, teeth: "normal", tonguePiercing: 0, vagina: 0, vaginaLube: 0, vaginaPiercing: 0, vaginaTat: 0, preg: -1, pregSource: 0, pregType: 0, labor: 0, births: 0, cSec: 0, bellyAccessory: "none", labia: 0, clit: 0, clitPiercing: 0, clitSetting: "vanilla", foreskin: 0, anus: 0, dick: 0, analArea: 1, dickPiercing: 0, dickTat: 0, prostate: 0, balls: 0, scrotum: 0, ovaries: 0, anusPiercing: 0, anusTat: 0, makeup: 0, nails: 0, brand: 0, brandLocation: 0, earPiercing: 0, nosePiercing: 0, eyebrowPiercing: 0, navelPiercing: 0, shouldersTat: 0, armsTat: 0, legsTat: 0, backTat: 0, stampTat: 0, vaginalSkill: 0, oralSkill: 0, analSkill: 0, whoreSkill: 0, entertainSkill: 0, combatSkill: 0, livingRules: "spare", speechRules: "restrictive", releaseRules: "restrictive", relationshipRules: "restrictive", standardPunishment: "situational", standardReward: "situational", useRulesAssistant: 1, diet: "healthy", dietCum: 0, dietMilk: 0, tired: 0, hormones: 0, drugs: "no drugs", curatives: 0, chem: 0, aphrodisiacs: 0, addict: 0, fuckdoll: 0, choosesOwnClothes: 0, clothes: "no clothing", collar: "none", shoes: "none", vaginalAccessory: "none", dickAccessory: "none", buttplug: "none", buttplugAttachment: "none", intelligence: 0, intelligenceImplant: 0, energy: 50, attrXX: 0, attrXY: 0, attrKnown: 0, fetish: "none", fetishStrength: 70, fetishKnown: 0, behavioralFlaw: "none", behavioralQuirk: "none", sexualFlaw: "none", sexualQuirk: "none", oralCount: 0, vaginalCount: 0, analCount: 0, mammaryCount: 0, penetrativeCount: 0, publicCount: 0, pitKills: 0, customTat: "", customLabel: "", customDesc: "", customTitle: "", customTitleLisp: "", rudeTitle: 0, customImage: 0, currentRules: [], bellyTat: 0, induce: 0, mpreg: 0, inflation: 0, inflationType: "none", inflationMethod: 0, milkSource: 0, cumSource: 0, burst: 0, bellyImplant: -1, bellySag: 0, bellySagPreg: 0, bellyPain: 0, cervixImplant: 0, birthsTotal: 0, pubertyAgeXX: 13, pubertyAgeXY: 13, scars: 0, breedingMark: 0, underArmHStyle: "waxed", bodySwap: 0, HGExclude: 0, ballType: "human", eggType: "human", reservedChildren: 0, choosesOwnChastity: 0, pregControl: "none", readyLimbs: [], ageAdjust: 0, bald: 0, origBodyOwner: "", death: "", hormoneBalance: 0, onDiet: 0, breastMesh: 0, slavesFathered: 0, PCChildrenFathered: 0, slavesKnockedUp: 0, PCKnockedUp: 0, origSkin: "white", vasectomy: 0}>>
+	<<set $activeSlave = {slaveName: "blank", slaveSurname: 0, birthName: "blank", birthSurname: 0, genes: "XX", weekAcquired: 0, origin: 0, career: 0, ID: 0, prestige: 0, pornFame: 0, pornFameSpending: 0, prestigeDesc: 0, recruiter: 0, relation: 0, relationTarget: 0, relationship: 0, relationshipTarget: 0, rivalry: 0, rivalryTarget: 0, subTarget: 0, father: 0, mother: 0, daughters: 0, sisters: 0, canRecruit: 0, choosesOwnAssignment: 0, assignment: "rest", assignmentVisible: 1, sentence: 0, training: 0, toyHole: "all her holes", indenture: -1, indentureRestrictions: 0, birthWeek: random(0,51), actualAge: 18, visualAge: 18, physicalAge: 18, ageImplant: 0, health: 0, minorInjury: 0, trust: 0, oldTrust: 0, devotion: 0, oldDevotion: 0, weight: 0, muscles: 0, height: 170, heightImplant: 0, nationality: "slave", race: "white", markings: "none", eyes: 1, eyeColor: "brown", origEye: "brown", eyewear: "none", origHColor: "brown", hColor: "brown", pubicHColor: "brown", skin: "light", hLength: 60, hStyle: "short", pubicHStyle: "neat", waist: 0, corsetPiercing: 0, PLimb: 0, amp: 0, heels:0, voice: 2, voiceImplant: 0, accent: 0, shoulders: 0, shouldersImplant: 0, boobs: 0, boobsImplant: 0, boobsImplantType: 0, boobShape: "normal", nipples: "cute",  nipplesPiercing: 0, areolae: 0, areolaePiercing: 0, boobsTat: 0, lactation: 0, lactationAdaptation: 0, milk: 0, cum: 0, hips: 0, hipsImplant: 0, butt: 0, buttImplant: 0, buttImplantType: 0, buttTat: 0, face: 0, faceImplant: 0, faceShape: "normal", lips: 15, lipsImplant: 0, lipsPiercing: 0, lipsTat: 0, teeth: "normal", tonguePiercing: 0, vagina: 0, vaginaLube: 0, vaginaPiercing: 0, vaginaTat: 0, preg: -1, pregSource: 0, pregType: 0, labor: 0, births: 0, cSec: 0, bellyAccessory: "none", labia: 0, clit: 0, clitPiercing: 0, clitSetting: "vanilla", foreskin: 0, anus: 0, dick: 0, analArea: 1, dickPiercing: 0, dickTat: 0, prostate: 0, balls: 0, scrotum: 0, ovaries: 0, anusPiercing: 0, anusTat: 0, makeup: 0, nails: 0, brand: 0, brandLocation: 0, earPiercing: 0, nosePiercing: 0, eyebrowPiercing: 0, navelPiercing: 0, shouldersTat: 0, armsTat: 0, legsTat: 0, backTat: 0, stampTat: 0, vaginalSkill: 0, oralSkill: 0, analSkill: 0, whoreSkill: 0, entertainSkill: 0, combatSkill: 0, livingRules: "spare", speechRules: "restrictive", releaseRules: "restrictive", relationshipRules: "restrictive", standardPunishment: "situational", standardReward: "situational", useRulesAssistant: 1, diet: "healthy", dietCum: 0, dietMilk: 0, tired: 0, hormones: 0, drugs: "no drugs", curatives: 0, chem: 0, aphrodisiacs: 0, addict: 0, fuckdoll: 0, choosesOwnClothes: 0, clothes: "no clothing", collar: "none", shoes: "none", vaginalAccessory: "none", dickAccessory: "none", buttplug: "none", buttplugAttachment: "none", intelligence: 0, intelligenceImplant: 0, energy: 50, attrXX: 0, attrXY: 0, attrKnown: 0, fetish: "none", fetishStrength: 70, fetishKnown: 0, behavioralFlaw: "none", behavioralQuirk: "none", sexualFlaw: "none", sexualQuirk: "none", oralCount: 0, vaginalCount: 0, analCount: 0, mammaryCount: 0, penetrativeCount: 0, publicCount: 0, pitKills: 0, customTat: "", customLabel: "", customDesc: "", customTitle: "", customTitleLisp: "", rudeTitle: 0, customImage: 0, currentRules: [], bellyTat: 0, induce: 0, mpreg: 0, inflation: 0, inflationType: "none", inflationMethod: 0, milkSource: 0, cumSource: 0, burst: 0, bellyImplant: -1, bellySag: 0, bellySagPreg: 0, bellyPain: 0, cervixImplant: 0, birthsTotal: 0, pubertyAgeXX: 13, pubertyAgeXY: 13, scars: 0, breedingMark: 0, underArmHStyle: "waxed", bodySwap: 0, HGExclude: 0, ballType: "human", eggType: "human", reservedChildren: 0, choosesOwnChastity: 0, pregControl: "none", readyLimbs: [], ageAdjust: 0, bald: 0, origBodyOwner: "", death: "", hormoneBalance: 0, onDiet: 0, breastMesh: 0, slavesFathered: 0, PCChildrenFathered: 0, slavesKnockedUp: 0, PCKnockedUp: 0, origSkin: "white", vasectomy: 0, haircuts: 0}>>
 <</widget>>
 
 /%