From e7bd4d5433a3cacf7837e47206ec129a04cf3f84 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Tue, 11 Apr 2017 14:41:27 -0400
Subject: [PATCH] Forgot to actually set the hair style to bald.

---
 src/uncategorized/surgeryDegradation.tw | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/uncategorized/surgeryDegradation.tw b/src/uncategorized/surgeryDegradation.tw
index 00adc743633..b5090f82747 100644
--- a/src/uncategorized/surgeryDegradation.tw
+++ b/src/uncategorized/surgeryDegradation.tw
@@ -1526,6 +1526,7 @@ Even though creating an artificial scar is a trivial process, @@color:red;her he
 	<br><br>As this was a non-invasive procedure $possessive health was not affected.
 
 <<case "hair removal">>
+	<<set $activeSlave.hStyle = "bald">>
 	When $pronoun <<if $activeSlave.amp == 1>>is carried<<else>>walks<</if>> out of the surgery $pronoun immediately notices the chill on $possessive head and realizes that $pronoun is bald.<br>
 	<<if $activeSlave.devotion > 50>>
 		<<if ($activeSlave.fetish == "humiliation") && ($activeSlave.fetishStrength > 50)>>
-- 
GitLab