diff --git a/src/interaction/prostheticConfig.tw b/src/interaction/prostheticConfig.tw index 457182669062dc7ad0c76f663dfd02daf44fd252..690a9752af635b8ef1c2d5d01057bd9a5bca929e 100644 --- a/src/interaction/prostheticConfig.tw +++ b/src/interaction/prostheticConfig.tw @@ -196,12 +196,12 @@ This room is lined with shelves and cabinets, it could be easily mistaken for a <br> <</if>> <<if $activeSlave.amp != -5 && $activeSlave.readyProsthetics.findIndex(function(p) {return p.id == "cyberneticL"}) != -1>> - <<if $activeSlave.amp == 2>> - <<link "Attach <<= addA(setup.prosthetics.basicL.name)>>" "Prosthetics Config">> + <<if $activeSlave.PLimb == 2>> + <<link "Attach <<= addA(setup.prosthetics.cyberneticL.name)>>" "Prosthetics Config">> <<set $activeSlave.amp = -5, $prostheticsConfig = "cyberPLimbs">> <</link>> <<else>> - // $He must have <<= addA(setup.prosthetics.interfaceP2.name)>> installed to attach cybernetic limbs. // + // $He must have <<= addA(setup.prosthetics.interfaceP2.name)>> installed to attach <<= addA(setup.prosthetics.cyberneticL.name)>>. // <</if>> <</if>> <</if>> @@ -492,12 +492,12 @@ Fit prosthetics to $him: <br> <</if>> <<if $activeSlave.amp != -5 && $activeSlave.readyProsthetics.findIndex(function(p) {return p.id == "cyberneticL"}) != -1>> - <<if $activeSlave.amp == 2>> + <<if $activeSlave.PLimb == 2>> <<if _first>> <br><br>Since you already have prepared limbs for $him you might as well attach them while you are working on $him:<br> <<set _first = 0>> <</if>> - <<link "Attach <<= addA(setup.prosthetics.basicL.name)>>" "Prosthetics Config">> + <<link "Attach <<= addA(setup.prosthetics.cyberneticL.name)>>" "Prosthetics Config">> <<set $activeSlave.amp = -5, $prostheticsConfig = "cyberPLimbs">> <<replace #attach>><br><br><<include "Prosthetics Config">><<set $nextLink = "Remote Surgery">><</replace>> <</link>> diff --git a/src/uncategorized/multiImplant.tw b/src/uncategorized/multiImplant.tw index afc16c704e4d3228ce8143a2fb8c33fa9d75b1e5..56b4ec893a0cfd9a151f254adcdefd077fdfdeb7 100644 --- a/src/uncategorized/multiImplant.tw +++ b/src/uncategorized/multiImplant.tw @@ -991,9 +991,9 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <<set $adjustProsthetics.splice(_k, 1), _k-->> <<set $activeSlave.readyProsthetics.push({id: _p.id})>> <br><hr> - <<if $activeSlave.health < 40>> + <<if $activeSlave.health < -40>> @@.red;Slave unhealthy: Skipping Slave@@ - <<continue>>/* no break so that all prosthetics get moved to storage */ + <<continue>>/* no break so that all prosthetics will be checked */ <</if>> <<switch _p.id>> <<case "ocular">> @@ -1073,7 +1073,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized //Since $he already has advanced prosthetic limbs attached the <<= setup.prosthetics.combatL.name>> will be put into storage.// <</if>> <<else>> - <<if $activeSlave.amp == 2>> + <<if $activeSlave.PLimb == 2>> <<set $activeSlave.amp = -5, $prostheticsConfig = "cyberPLimbs">> <<include "Prosthetics Config">> <<else>> diff --git a/src/uncategorized/surgeryDegradation.tw b/src/uncategorized/surgeryDegradation.tw index 0147d967a51a9e6f29f394f72ca613660497783c..f16a9c82f10305d3c3b57551ee187439f66ae139 100644 --- a/src/uncategorized/surgeryDegradation.tw +++ b/src/uncategorized/surgeryDegradation.tw @@ -1845,19 +1845,6 @@ As the remote surgery's long recovery cycle completes, <<set $activeSlave.trust -= 50, $activeSlave.devotion -= 50>> <</if>> -<<case "ampInterface">> - <<if $activeSlave.fetish == "mindbroken">> - Of course, $he could not walk out of the surgery; you carried $him. $He squirms the entire time trying to move the arms and legs $he now lacks, never noticing the ports in $his stumps. Since the surgery was invasive, @@.red;$his health has been greatly affected.@@ - <<elseif ($activeSlave.devotion > 50)>> - Of course, $he could not walk out of the surgery; you carried $him. $He knows what a slave's life is, but $he did not really expect that it would ever come to this for $him. Anesthesia has yet to completely wear off so it takes $him a while to notice ports in $his stumps. When $he does, $he visibly relaxes, realizing $he may yet walk again. $He squares $his shoulders and visibly resolves to carry on being a good slave as best $he can. Since the surgery was invasive, @@.red;$his health has been greatly affected.@@ - <<elseif ($activeSlave.devotion > 20)>> - Of course, $he could not walk out of the surgery; you carried $him. Despite $his obedience, $he cries softly the whole time, shoulder and hip stumps moving occasionally as $he reflexively tries to stand — to walk — to touch $himself — to gesture — all things that $he will never do again. $He slightly calms down when $he <<if canSee($activeSlave)>>sees<<else>>feels<</if>> ports installed in $his stumps and realizes $his immobility may not be permanent. Even so, $he is still @@.gold;terrified@@ of your total power over $his body. @@.mediumorchid;$He will struggle greatly with $his medically created disability.@@ Since the surgery was invasive, @@.red;$his health has been greatly affected.@@ - <<set $activeSlave.trust -= 10, $activeSlave.devotion -= 10>> - <<else>> - Of course, $he could not walk out of the surgery; you carried $him. You had a good idea what $his reaction would be, so <<if ($activeSlave.teeth == "removable")>>you removed $his teeth<<else>>$he's muzzled<</if>> to prevent $him from trying to bite. $He sobs convulsively, and <<if canSee($activeSlave)>>seeing<<else>>noticing<</if>> ports installed in $his stumps does little to stop $his tears. @@.mediumorchid;The surgical invasion has filled $him with horror and anger.@@ Since the surgery was invasive, @@.red;$his health has been greatly affected.@@ $He is @@.gold;terrified to the point of insanity@@ of your total power over $his body. - <<set $activeSlave.trust -= 40, $activeSlave.devotion -= 40>> - <</if>> - <<case "amp1">> <<set $nextLink = "Surgery Degradation", $surgeryType = "amp">> Since you have already have a prosthetic interface prepared for this slave you can install it during the operation.<br>