Skip to content
Snippets Groups Projects
Commit f7a24e06 authored by Pregmodder's avatar Pregmodder
Browse files

husk slave swap refunds attached cybertails

parent 3ae8b37c
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,15 @@ ...@@ -4,6 +4,15 @@
<<set _oldSlave = clone($swappingSlave)>> <<set _oldSlave = clone($swappingSlave)>>
<<set _m = $slaveIndices[$swappingSlave.ID]>> <<set _m = $slaveIndices[$swappingSlave.ID]>>
<<run clearSummaryCache($slaves[_m])>> <<run clearSummaryCache($slaves[_m])>>
<<if $slaves[_m].tail != "none">>
<<if $slaves[_m].tail == "sex">>
<<set $stockpile.sexPTail++>>
<<elseif $slaves[_m].tail == "combat">>
<<set $stockpile.warPTail++>>
<<else>>
<<set $stockpile.modPTail++>>
<</if>>
<</if>>
You strap $slaves[_m].slaveName, and the body to which $he will be transferred, into the remote surgery and stand back as it goes to work. You strap $slaves[_m].slaveName, and the body to which $he will be transferred, into the remote surgery and stand back as it goes to work.
<<BodySwap $slaves[_m] $activeSlave>> <<BodySwap $slaves[_m] $activeSlave>>
......
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