From 43c21d60809d3573794e24862e444bf180d6d680 Mon Sep 17 00:00:00 2001
From: klorpa <30924131+klorpa@users.noreply.github.com>
Date: Wed, 9 Jan 2019 19:29:30 -0600
Subject: [PATCH] Fix?

---
 src/uncategorized/checkinChecks.tw | 39 ------------------------------
 1 file changed, 39 deletions(-)
 delete mode 100644 src/uncategorized/checkinChecks.tw

diff --git a/src/uncategorized/checkinChecks.tw b/src/uncategorized/checkinChecks.tw
deleted file mode 100644
index 358c12732e6..00000000000
--- a/src/uncategorized/checkinChecks.tw
+++ /dev/null
@@ -1,39 +0,0 @@
-:: Checkin Checks [nobr]
-
-<<if $activeSlave.dick > 0>>
-	<<if $activeSlave.balls > 0>>
-	<<if $activeSlave.devotion <= 50>>
-	<<if ($activeSlave.fetish != "buttslut") || ($activeSlave.fetishKnown != 1)>>
-	<<if $activeSlave.sexualFlaw != "hates women">>
-	<<set $REFeminizationCheckinIDs.push($activeSlave.ID)>>
-	<</if>>
-	<</if>>
-	<</if>>
-	<</if>>
-<</if>>
-
-<<if $activeSlave.physicalAge > 35>>
-	<<if $activeSlave.face < 40>>
-	<<if $activeSlave.analSkill <= 30>>
-	<<set $REMILFCheckinIDs.push($activeSlave.ID)>>
-	<</if>>
-	<</if>>
-<</if>>
-
-<<if $activeSlave.attrXY <= 60>>
-	<<if $activeSlave.attrXX > 0>>
-		<<set $REOrientationCheckinIDs.push($activeSlave.ID)>>
-	<</if>>
-<</if>>
-
-<<if $activeSlave.face < -10>>
-	<<set $REUglyCheckinIDs.push($activeSlave.ID)>>
-<</if>>
-
-<<if $activeSlave.anus < 2>>
-	<<set $REButtholeCheckinIDs.push($activeSlave.ID)>>
-<</if>>
-
-<<if $activeSlave.boobs < 800>>
-	<<set $REReductionCheckinIDs.push($activeSlave.ID)>>
-<</if>>
-- 
GitLab