diff --git a/src/SpecialForce/TrickShotNight.tw b/src/SpecialForce/TrickShotNight.tw
index 667248dc8aed3e8cd0a1c2baab45a03b3fe87ab6..1bcfada098a24753297800026b5ad61cee67650c 100644
--- a/src/SpecialForce/TrickShotNight.tw
+++ b/src/SpecialForce/TrickShotNight.tw
@@ -75,6 +75,7 @@ Despite your direct elevator, interaction with the majority of your security for
 			<<set $activeSlave.combatSkill = 1>>
 			<<set $activeSlave.accent = random(0,1)>>
 			<<set $activeSlave.behavioralFlaw = "arrogant">>
+			<<set $activeSlave.hLength = 1>>
 			<<set $activeSlave.hStyle = "buzzcut">>
 			<<set $activeSlave.clothes = "a military uniform">>
 			<<setLocalPronouns $activeSlave>>
diff --git a/src/uncategorized/rePokerNight.tw b/src/uncategorized/rePokerNight.tw
index 8c4ee797e47d4325c9c6e1a525ef15da8b2a4a13..025ca0d93ee7cd9ce22239c89ca4f874aa825b34 100644
--- a/src/uncategorized/rePokerNight.tw
+++ b/src/uncategorized/rePokerNight.tw
@@ -95,6 +95,7 @@ On a particularly lackadaisical evening, you find yourself alerted to a message
 					<<set $activeSlave.combatSkill = 1>>
 					<<set $activeSlave.accent = random(0,1)>>
 					<<set $activeSlave.behavioralFlaw = "arrogant">>
+					<<set $activeSlave.hLength = 1>>
 					<<set $activeSlave.hStyle = "shaved into a mohawk">>
 					<<set $activeSlave.customTat = "She has a number of tattoos from a variety of mercenary companies.">>
 					<<set $activeSlave.clothes = "a military uniform">>
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 9d5266ee9645b19f3d692ad1278451addd92387f..26f7d2ab0cd36884910258b7c9d90cb4d1d7bcde 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -7616,7 +7616,7 @@
 	<</if>>
 <</if>>
 
-<<if ($slaves[$i].hStyle != "shaved" && $slaves[$i].bald != 1 && $slaves[$i].haircuts == 0)>>
+<<if (($slaves[$i].hStyle != "shaved" || $slaves[$i].hStyle != "buzzcut" || $slaves[$i].hStyle != "trimmed") && $slaves[$i].bald != 1 && $slaves[$i].haircuts == 0)>>
 	<<if ($slaves[$i].hLength < 150)>>
 		<<set $slaves[$i].hLength += 1>>
 	<</if>>