Skip to content
Snippets Groups Projects
Commit b058035e authored by hexall90's avatar hexall90
Browse files

cleaning up

parent 317b71db
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized ...@@ -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 */ /* builds a list for each slave and adds the appropriate organs to it */
<<for _i = 0; _i < $slaves.length; _i++>> <<for _i = 0; _i < $slaves.length; _i++>>
<<capture _i>>
<<set $activeSlave = $slaves[_i]>> <<set $activeSlave = $slaves[_i]>>
<<set _slaveOrgans = { <<set _slaveOrgans = {
penis: 0, penis: 0,
...@@ -619,7 +618,6 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized ...@@ -619,7 +618,6 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized
<</if>> <</if>>
/* updates the interrogated slave */ /* updates the interrogated slave */
<<set $slaves[_i] = $activeSlave>> <<set $slaves[_i] = $activeSlave>>
<</capture>>
<</for>> /* end of the $slaves loop */ <</for>> /* end of the $slaves loop */
/* This needs to be down here to over-ride any Surgery Degradation calls */ /* This needs to be down here to over-ride any Surgery Degradation calls */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment