From 8e904ea91012dcc9566080f4c2a8c9a5d19c85e7 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sat, 8 Jun 2019 22:09:39 -0400
Subject: [PATCH] fix

---
 src/init/dummy.tw           | 1 +
 src/uncategorized/saDiet.tw | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/init/dummy.tw b/src/init/dummy.tw
index 826a5cc17a8..9e72f479348 100644
--- a/src/init/dummy.tw
+++ b/src/init/dummy.tw
@@ -20,6 +20,7 @@ $belarusianSlaveNames, $dominicanSlaveNames, $scottishSlaveNames
 $ArcologyNamesEugenics, $ArcologyNamesRepopulationist, $ArcologyNamesHedonisticDecadence
 $LurcherSpeed
 $$i
+$activeLurcher
 $activeSlave.bodySwap, $activeSlave.custom.image.format, $activeSlave.custom.hairVector, $activeSlave.shoeColor, $activeSlave.newGamePlus, $activeSlave.nipplesAccessory, $activeSlave.slaveCost, $activeSlave.premature, $activeSlave.missingEyes, $activeSlave.missingArms, $activeSlave.missingLegs,
 $activeSlave.pronoun,
 $activeSlave.sexAmount, $activeSlave.sexQuality
diff --git a/src/uncategorized/saDiet.tw b/src/uncategorized/saDiet.tw
index e2a9ad4c8c3..4a6af6298b4 100644
--- a/src/uncategorized/saDiet.tw
+++ b/src/uncategorized/saDiet.tw
@@ -324,7 +324,7 @@
 			<</if>>
 		<</if>>
 		<<if $slaves[$i].butt < 10>>
-			<<if random(1,_assetGain-_rearQuirk) <= 1+$feeder && >>
+			<<if random(1,_assetGain-_rearQuirk) <= 1+$feeder>>
 				@@.lime;$His butt gets a little bigger.@@
 				<<set $slaves[$i].butt += 1>>
 			<</if>>
-- 
GitLab