From b058035ed49dc54c132c96e9698d379d6f6f1f78 Mon Sep 17 00:00:00 2001 From: hexall90 <hexall90@gmail.com> Date: Tue, 17 Oct 2017 11:39:55 +0200 Subject: [PATCH] cleaning up --- src/uncategorized/multiImplant.tw | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/uncategorized/multiImplant.tw b/src/uncategorized/multiImplant.tw index b39e10b04ca..9cc5202a626 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 */ -- GitLab