From 08c9747432c8e8d5abca25637330cbcfcb52b82a Mon Sep 17 00:00:00 2001 From: CheaterDude <13665-joxosix654email-9.co@users.noreply.gitgud.io> Date: Thu, 2 Jan 2020 15:03:57 -0800 Subject: [PATCH] Update mod_EditSlaveCheatDatatypeCleanupNew.tw -remove .amp related parts --- .../mod_EditSlaveCheatDatatypeCleanupNew.tw | 33 ------------------- 1 file changed, 33 deletions(-) diff --git a/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw b/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw index 5755f88575e..3a3beac0738 100644 --- a/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw +++ b/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw @@ -95,15 +95,6 @@ <<print "Voice surgery too high, voice surgery reset" >><br> <<set $tempSlave.voiceImplant = 0>> <</if>> -/* TODO convert */ -/* <<if $tempSlave.amp < -5>> - <<print "Amputation value too low, reset to -5 (cybernetic limbs)">><br> - <<set $tempSlave.amp = -5>> -<<elseif $tempSlave.amp > 1>> - <<print "Amputation value too high, reset to 1 (amputated)">><br> - <<set $tempSlave.amp = 1>> -<</if>> -*/ <<if $tempSlave.earImplant == 1 && !isProstheticAvailable($tempSlave, "cochlear")>><<run addProsthetic($tempSlave, "cochlear")>><</if>> <<if $tempSlave.electrolarynx == 1 && !isProstheticAvailable($tempSlave, "electrolarynx")>><<run addProsthetic($tempSlave, "electrolarynx")>><</if>> <<if $tempSlave.eye.right != null>> @@ -164,30 +155,6 @@ <<if $tempSlave.tailShape == "none">><<print "Tailshape was missing: set to Cat">><<set $tempSlave.tailShape = "neko">><br><</if>> <<if $tempSlave.tailColor == "none">><<print "Tailcolor was missing: set to original haircolor">><<set $tempSlave.tailColor = $tempSlave.origHColor>><br><</if>> <</if>> -/* TODO rework */ -/* -<<if ($tempSlave.amp != 0)>> - <<if $tempSlave.brand != 0>> - <<if ($tempSlave.brandLocation == "left upper arm") || ($tempSlave.brandLocation == "right upper arm") || ($tempSlave.brandLocation == "upper arms")>> - <<set $tempSlave.brand = 0>> - <<elseif ($tempSlave.brandLocation == "left lower arm") || ($tempSlave.brandLocation == "right lower arm") || ($tempSlave.brandLocation == "lower arms")>> - <<set $tempSlave.brand = 0>> - <<elseif ($tempSlave.brandLocation == "left wrist") || ($tempSlave.brandLocation == "right wrist") || ($tempSlave.brandLocation == "wrists")>> - <<set $tempSlave.brand = 0>> - <<elseif ($tempSlave.brandLocation == "left hand") || ($tempSlave.brandLocation == "right hand") || ($tempSlave.brandLocation == "hands")>> - <<set $tempSlave.brand = 0>> - <<elseif ($tempSlave.brandLocation == "left thigh") || ($tempSlave.brandLocation == "right thigh") || ($tempSlave.brandLocation == "thighs")>> - <<set $tempSlave.brand = 0>> - <<elseif ($tempSlave.brandLocation == "left calf") || ($tempSlave.brandLocation == "right calf") || ($tempSlave.brandLocation == "calves")>> - <<set $tempSlave.brand = 0>> - <<elseif ($tempSlave.brandLocation == "left ankle") || ($tempSlave.brandLocation == "right ankle") || ($tempSlave.brandLocation == "ankles")>> - <<set $tempSlave.brand = 0>> - <<elseif ($tempSlave.brandLocation == "left foot") || ($tempSlave.brandLocation == "right foot") || ($tempSlave.brandLocation == "feet")>> - <<set $tempSlave.brand = 0>> - <</if>> - <</if>> -<</if>> -*/ <<if (ndef $tempSlave.pubertyXX) && ($tempSlave.physicalAge >= $tempSlave.pubertyAgeXX)>> <<set $tempSlave.pubertyXX = 1>> <<elseif (ndef $tempSlave.pubertyXX) && ($tempSlave.physicalAge < $tempSlave.pubertyAgeXX)>> -- GitLab