From eb3a586483ccdd634effedd69f9021dc2539ba33 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Thu, 16 Jan 2020 09:27:34 -0500 Subject: [PATCH] move check --- 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 03c2b201d61..21c98af6fea 100644 --- a/src/npc/descriptions/fBoobs.tw +++ b/src/npc/descriptions/fBoobs.tw @@ -180,8 +180,8 @@ tits. <</if>> <</if>> -<<if (random(1,100) > (100+$activeSlave.devotion)) && ($activeSlave.behavioralFlaw == "none")>> - <<if ($activeSlave.fetish !== "boobs") && ($activeSlave.energy <= 95)>> +<<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">> -- GitLab