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

husk fix

parent 7c20c4b7
No related branches found
No related tags found
1 merge request!7915husk fix
......@@ -32,7 +32,12 @@
//As expected, $he is a complete vegetable, but that is what you wanted after all. You lack the facilities to care for $him in this state, so you should do what you are planning quickly. Or you could sell $him to the Flesh Heap.//
<span id="result">
<<if $cash >= $surgeryCost>>
<br>[[Contact the bodyswap surgeon.|husk Slave Swap Workaround]] //Will significantly increase the selected slave's upkeep.//
<br>
<<link "Contact the bodyswap surgeon.">>
<<set $activeSlave = $readySlave>>
<<goto "husk Slave Swap Workaround">>
<</link>>
//Will significantly increase the selected slave's upkeep.//
<br>[[Sell the husk to Flesh Heap.|Main][cashX(Math.trunc(slaveCost($readySlave)/3), "slaveTransfer")]]
//This body can be bought by the Flesh Heap for <<print cashFormat(Math.trunc(slaveCost($readySlave)/3))>>//.
<<else>>
......
......@@ -73,7 +73,11 @@ A slave came in fitting the description you provided.
<br><br>
<span id="result">
<<if $cash >= $surgeryCost>>
[[Accept the offered slave and contact the bodyswap surgeon.|husk Slave Swap Workaround]] //Will significantly increase the selected slave's upkeep.//
<<link "Accept the offered slave and contact the bodyswap surgeon.">>
<<set $activeSlave = _husk>>
<<goto "husk Slave Swap Workaround">>
<</link>>
//Will significantly increase the selected slave's upkeep.//
<<else>>
//You can't sustain $him and thus must return $him.//
<</if>>
......
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