From aa5cb95b6012bf4424cc9b92ef2b26a28fb8b4be Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 5 Nov 2018 13:00:08 -0500
Subject: [PATCH] pit death fix

---
 src/uncategorized/seLethalPit.tw | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/uncategorized/seLethalPit.tw b/src/uncategorized/seLethalPit.tw
index b6a750c85c0..e6a8efe6fdd 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">>
-- 
GitLab