From 3f5d3e31f20e74eda4011e1b1bf49b801fad6f4a Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Thu, 16 Jan 2020 12:53:32 -0500
Subject: [PATCH] vagina

---
 src/npc/descriptions/fBoobs.tw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/npc/descriptions/fBoobs.tw b/src/npc/descriptions/fBoobs.tw
index 604b53d861f..d0e0f457672 100644
--- a/src/npc/descriptions/fBoobs.tw
+++ b/src/npc/descriptions/fBoobs.tw
@@ -182,7 +182,7 @@ tits.
 
 <<if (random(1,100) > (100+$activeSlave.devotion))>>
 	<<if ($activeSlave.fetish !== "boobs") && ($activeSlave.energy <= 95) && ($activeSlave.behavioralFlaw == "none")>>
-		<<if $PC.vagina > 0>>
+		<<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>>
@@ -193,7 +193,7 @@ tits.
 <<elseif (random(1,100) > (110-$activeSlave.devotion))>>
 	<<if ($activeSlave.fetish == "none")
 		&& !(($activeSlave.behavioralFlaw === "hates men") && ($PC.dick > 0) && ($PC.vagina < 0))
-		&& !(($activeSlave.behavioralFlaw === "hates women") && ($PC.vagina))
+		&& !(($activeSlave.behavioralFlaw === "hates women") && ($PC.vagina >= 0))
 		>>
 		Having attention and love lavished on $his boobs by $his <<= WrittenMaster($activeSlave)>> has $him thinking of $his @@.fetish.gain;breasts as sexual organs.@@
 		<<set $activeSlave.fetish = "boobs", $activeSlave.fetishKnown = 1>>
-- 
GitLab