From 53ca1f1f1690cb6c43c2cab3d61002eee69ae707 Mon Sep 17 00:00:00 2001
From: scientist <michiel.weggen@gmail.com>
Date: Sat, 26 May 2018 16:27:42 -0400
Subject: [PATCH] Update salon.tw UnderArm hair style should not depend on
 Pubic hair style

---
 src/uncategorized/salon.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/salon.tw b/src/uncategorized/salon.tw
index 01f522c4aad..7775c1bb419 100644
--- a/src/uncategorized/salon.tw
+++ b/src/uncategorized/salon.tw
@@ -538,7 +538,7 @@ Dye or paint:
 <<if $activeSlave.underArmHStyle != "bald" && $activeSlave.underArmHStyle != "hairless" && $activeSlave.physicalAge >= 12>>
 
 	<br><br>$possessiveCap $activeSlave.underArmHStyle underarm hair
-	<<if $activeSlave.pubicHStyle == "waxed">>
+	<<if $activeSlave.underArmHStyle == "waxed">>
 		would be $activeSlave.underArmHColor if present.
 	<<else>>
 		is $activeSlave.underArmHColor.
-- 
GitLab