From c6cda3744ec18e40179c3ca7b3db267f76980edd Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 17 Mar 2017 00:04:20 -0400
Subject: [PATCH] Fix

---
 src/pregmod/fDick.tw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pregmod/fDick.tw b/src/pregmod/fDick.tw
index f64dd99bf75..049bdbbb9e1 100644
--- a/src/pregmod/fDick.tw
+++ b/src/pregmod/fDick.tw
@@ -3,7 +3,7 @@
 /*CHECK*/
 <<nobr>>
 /*NON-AMPUTEE*/
-<<if($activeSlave.amp == 0)>>
+<<if ($activeSlave.amp < 1)>>
 	You direct $activeSlave.slaveName to lie down and ready herself as you step over to her an align your <<if $PC.vagina == 1>> vagina <<else>> ass <</if>> with the
 	<<if ($activeSlave.vaginaPiercing > 1) && ($activeSlave.dick != 0)>>
 		her pierced cock-head. 
@@ -76,7 +76,7 @@
 	You spend some time riding your slave and you both climax together. 
 	<</if>>
 	/*AMPUTEE*/
-<<else ($activeSlave.amp == 1)>>
+<<else>>
 	You step over to pick up $activeSlave.slaveName, lie her down and get her ready. Then you align your <<if $PC.vagina == 1>> vagina <<else>> ass <</if>> with
 	<<if ($activeSlave.vaginaPiercing > 1) && ($activeSlave.dick != 0)>>
 		her pierced cock-head. 
-- 
GitLab