diff --git a/src/uncategorized/seLethalPit.tw b/src/uncategorized/seLethalPit.tw
index d3b2665c1d368fed1dccdb7b119c17b870a89d75..eb2162ba57fe4e8d588cb7df4ecedeb1ca71fb19 100644
--- a/src/uncategorized/seLethalPit.tw
+++ b/src/uncategorized/seLethalPit.tw
@@ -14,7 +14,7 @@
 		<<set _fighterOne = getSlave(_fighterOne)>>
 	<<else>>
 		/* BG should not be in here! */
-		<<run $fighterIDs.deleteWith( id => id === $BodyguardID)>>
+		<<run $fighterIDs.delete($BodyguardID)>>
 		<<set _fighterOne = _S.Bodyguard>>
 	<</if>>
 	<<setLocalPronouns _fighterOne>>
diff --git a/src/uncategorized/seNonlethalPit.tw b/src/uncategorized/seNonlethalPit.tw
index 6175426d3bb2e29cd219fef8121873c2f5a78316..91e4a4189ebe643f389c022e77fcb522e1965f58 100644
--- a/src/uncategorized/seNonlethalPit.tw
+++ b/src/uncategorized/seNonlethalPit.tw
@@ -7,7 +7,7 @@
 	<<set _fighterOne = getSlave(_fighterOne)>>
 <<else>>
 	/* BG should not be in here! */
-	<<run $fighterIDs.deleteWith( id => id === $BodyguardID)>>
+	<<run $fighterIDs.delete($BodyguardID)>>
 	<<set _fighterOne = _S.Bodyguard>>
 <</if>>
 <<setLocalPronouns _fighterOne>>