diff --git a/src/init/dummy.tw b/src/init/dummy.tw
index 826a5cc17a897741b38ada1ed2131d94e847cafa..9e72f4793481f96bd2fcb6122906d665bab62a9e 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 e2a9ad4c8c381e0200449b21d1c2af1cf2c433cc..4a6af6298b40968725e5760a533638e37c25ffcf 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>>