Skip to content
Snippets Groups Projects
Commit f2cf81ce authored by lowercasedonkey's avatar lowercasedonkey
Browse files

fix this

parent 1b84e322
No related branches found
No related tags found
No related merge requests found
......@@ -272,7 +272,7 @@ Fit prosthetics to $him:
<<for _p range setup.prostheticIDs>>
<<if _p != "erectile">> /* exclude erectile implant */
<<if $adjustProsthetics.findIndex(function(p) {return p.id == _p && p.slaveID == $activeSlave.ID}) != -1 || $researchLab.tasks.findIndex(function(p) {return p.type == "craftFit" && p.id == _p && p.slaveID == $activeSlave.ID}) != -1>><br>
//<<= capitalizeFirstLetter(addA(setup.prosthetics[_p].name))>> is already being fitted to this $him.//
//<<= capitalizeFirstLetter(addA(setup.prosthetics[_p].name))>> is already being fitted to $him.//
<<elseif setup.prosthetics[_p].level > $prostheticsUpgrade>><br>
//You need better contracts to buy <<= addA(setup.prosthetics[_p].name)>>.//
<<elseif $activeSlave.readyProsthetics.findIndex(function(p) {return p.id == _p}) == -1>>
......
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