diff --git a/src/npc/descriptions/fBoobs.tw b/src/npc/descriptions/fBoobs.tw index 604b53d861f4ee6b055faba2b5148cd3387911a2..d0e0f457672d62d3ae46e658f1e0713480040f0a 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>>