Skip to content
Snippets Groups Projects
Commit 76c47bf2 authored by CheaterDude's avatar CheaterDude
Browse files

Update mod_EditSlaveCheatDatatypeCleanupNew.tw

 - fixed typo
parent 19d97885
No related branches found
No related tags found
No related merge requests found
......@@ -115,8 +115,8 @@
<<if $tempSlave.leg.right != null >>
<<run configureLimbs($tempSlave, "right leg", $tempSlave.leg.right.type)>>
<</if>>
<<if $tempSlave.pLimb == 2 && !isProstheticAvailable($tempSlave, "interfaceP2")>><<run addProsthetic($tempSlave, "interfaceP2")>>
<<elseif $tempSlave.pLimb == 1 && !isProstheticAvailable($tempSlave, "interfaceP1")>><<run addProsthetic($tempSlave, "interfaceP1")>>
<<if $tempSlave.PLimb == 2 && !isProstheticAvailable($tempSlave, "interfaceP2")>><<run addProsthetic($tempSlave, "interfaceP2")>>
<<elseif $tempSlave.PLimb == 1 && !isProstheticAvailable($tempSlave, "interfaceP1")>><<run addProsthetic($tempSlave, "interfaceP1")>>
<</if>>
<<if hasAllNaturalLimbs($tempSlave) && ($tempSlave.PLimb > 0)>>
<<print "Slave has normal limbs, limb interface reset to 0 (no interface)">><br>
......
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