diff --git a/src/uncategorized/seLethalPit.tw b/src/uncategorized/seLethalPit.tw
index b6a750c85c00d35672c0e87eff33697394c78c3c..e6a8efe6fdde86682d24afe65dd7c19c2c7fe995 100644
--- a/src/uncategorized/seLethalPit.tw
+++ b/src/uncategorized/seLethalPit.tw
@@ -783,6 +783,10 @@ In any case, <<if $pitAnimal == 0>>both of the slaves have<<else>>the slave and
 	<<if $pitBG == 0 || ($Bodyguard.ID != _winner.ID)>>
 		<<set $fighterIDs.push(_winner.ID)>>
 	<</if>>
+	<<if $pitAnimal == 0>>
+		<<set $activeSlave = getSlave(_loser.ID)>>
+		<<include "Remove activeSlave">>
+	<</if>>
 <<else>>
 	<<set $activeSlave = getSlave(_loser.ID)>>
 	<<include "Remove activeSlave">>