From 174a4f1f3570ae1bee269d2dcea920c3dbd1487c Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Thu, 18 Feb 2021 00:55:31 -0500 Subject: [PATCH] fdick logic hole fixed --- src/npc/interaction/fDick.tw | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/npc/interaction/fDick.tw b/src/npc/interaction/fDick.tw index 556a37faec8..c341ee16f3f 100644 --- a/src/npc/interaction/fDick.tw +++ b/src/npc/interaction/fDick.tw @@ -113,6 +113,8 @@ Making eye contact<<if !canSee(getSlave($AS))>> (inasmuch as you can)<</if>>, you reach <<if $PC.belly < 5000 && getSlave($AS).belly < 5000>>back<<else>>down<</if>> <<if getSlave($AS).scrotum > 0>> and stroke $his _nutte balls, + <<elseif getSlave($AS).vagina > -1>> + and tease $his neglected pussy, <<else>> soft perineum, <</if>> @@ -221,6 +223,8 @@ <<if getSlave($AS).scrotum > 0>> and stroke $his _nutte balls. + <<elseif getSlave($AS).vagina > -1>> + and tease $his neglected pussy. <<else>> soft perineum. <</if>> -- GitLab