diff --git a/src/uncategorized/multiImplant.tw b/src/uncategorized/multiImplant.tw
index b39e10b04ca37243f09bcd7007b1c3018971839b..9cc5202a626fb0524850fbe41ed4f8998ff7f4d3 100644
--- a/src/uncategorized/multiImplant.tw
+++ b/src/uncategorized/multiImplant.tw
@@ -4,7 +4,6 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized
 
 /* builds a list for each slave and adds the appropriate organs to it */
 <<for _i = 0; _i < $slaves.length; _i++>>
-	<<capture _i>>
 	<<set $activeSlave = $slaves[_i]>>
 	<<set _slaveOrgans = {
 		penis: 0,
@@ -619,7 +618,6 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized
 	<</if>>
 	/* updates the interrogated slave */
 	<<set $slaves[_i] = $activeSlave>>
-	<</capture>>
 <</for>> /* end of the $slaves loop */
 
 /* This needs to be down here to over-ride any Surgery Degradation calls */