diff --git a/src/npc/descriptions/fBoobs.tw b/src/npc/descriptions/fBoobs.tw
index 21c98af6fea4a74e762727bc550db87aa4f7858d..604b53d861f4ee6b055faba2b5148cd3387911a2 100644
--- a/src/npc/descriptions/fBoobs.tw
+++ b/src/npc/descriptions/fBoobs.tw
@@ -182,12 +182,12 @@ tits.
 
 <<if (random(1,100) > (100+$activeSlave.devotion))>>
 	<<if ($activeSlave.fetish !== "boobs") && ($activeSlave.energy <= 95) && ($activeSlave.behavioralFlaw == "none")>>
-		<<if ($PC.dick > 0) && ($PC.vagina < 0)>>
-			Being manhandled and used has given $him a @@.flaw.gain;hatred of men.@@
-			<<set $activeSlave.behavioralFlaw = "hates men">>
-		<<elseif ($PC.vagina)>>
+		<<if $PC.vagina > 0>>
 			Being manhandled and used by you has given $him a @@.flaw.gain;hatred of women.@@
 			<<set $activeSlave.behavioralFlaw = "hates women">>
+		<<else>>
+			Being manhandled and used has given $him a @@.flaw.gain;hatred of men.@@
+			<<set $activeSlave.behavioralFlaw = "hates men">>
 		<</if>>
 	<</if>>
 <<elseif (random(1,100) > (110-$activeSlave.devotion))>>