@@ -71,7 +76,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized
...
@@ -71,7 +76,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized
<<set $surgeryType = "addDick">>
<<set $surgeryType = "addDick">>
<br><hr>
<br><hr>
<<include "Surgery Degradation">>
<<include "Surgery Degradation">>
<<set $completedOrgans.deleteAt(_j), _j-->>
<<set $completedOrgans.deleteAt(_j)>>
/* testicles */
/* testicles */
<<set $cash -= $surgeryCost>>
<<set $cash -= $surgeryCost>>
<<if $activeSlave.prostate == 0>>
<<if $activeSlave.prostate == 0>>
...
@@ -99,6 +104,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized
...
@@ -99,6 +104,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized
<br><hr>
<br><hr>
<<include "Surgery Degradation">>
<<include "Surgery Degradation">>
<<set $completedOrgans.deleteAt(_o), _o-->>
<<set $completedOrgans.deleteAt(_o), _o-->>
<br>Debug: installed both penis and testicles
<<break>>
<<break>>
<</if>>
<</if>>
<</for>>
<</for>>
...
@@ -117,7 +123,6 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized
...
@@ -117,7 +123,6 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized
<<set $surgeryType = "addScrotum">>
<<set $surgeryType = "addScrotum">>
<br><hr>
<br><hr>
<<include "Surgery Degradation">>
<<include "Surgery Degradation">>
<<set $completedOrgans.deleteAt(_o), _o-->>
<<set $completedOrgans.deleteAt(_o), _o-->>
<<elseif $activeSlave.scrotum == 0>>
<<elseif $activeSlave.scrotum == 0>>
/* checks if there is completed testicles in $completedOrgans and proceed to install the, if there is no penis it checks for the presence of that too */
/* checks if there is completed testicles in $completedOrgans and proceed to install the, if there is no penis it checks for the presence of that too */