Skip to content
Snippets Groups Projects
Commit 54d20fec authored by Arkerthan's avatar Arkerthan
Browse files

allow growing organs while prosthetics equiped

parent 5618592c
No related branches found
No related tags found
1 merge request!4206Eye implants and related
......@@ -259,7 +259,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi
<</if>>
<</if>>
<<if $slaveOrgans.eyes != 1>>
<<if $activeSlave.eyes <= -2 && $activeSlave.eyes != "implant">>
<<if $activeSlave.eyes <= -2>>
<br>&nbsp;&nbsp;&nbsp;&nbsp;
<<link "Eyes">>
<<run cashX(-10000, "slaveSurgery", $activeSlave)>>
......@@ -283,7 +283,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi
<</if>>
<</if>>
<<if $slaveOrgans.cochleae != 1>>
<<if $activeSlave.hears <= -2 && $activeSlave.earImplant != 1>>
<<if $activeSlave.hears <= -2>>
<br>&nbsp;&nbsp;&nbsp;&nbsp;
<<link "Cochleae">>
<<run cashX(-10000, "slaveSurgery", $activeSlave)>>
......
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