From ccfd35d7588dc0897325bd6db1ac8810902e7105 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Thu, 16 Jan 2020 12:26:35 -0500 Subject: [PATCH] vag change --- src/npc/descriptions/fBoobs.tw | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/npc/descriptions/fBoobs.tw b/src/npc/descriptions/fBoobs.tw index 21c98af6fea..604b53d861f 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))>> -- GitLab