diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index 237dd14d7fac9d1869a3a9a51b43b9854394649a..153e77959fb535edd6c643e6e8dfbfffcb85e1e7 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -142,18 +142,24 @@ <div id="Location" class="tabcontent"> <div class="content"> <p> - Take slave to another room: - [[Auto salon|Salon][$activeSlave = $slaves[_i], $degradation = 0,$primaryHairColor = "",$secondaryHairColor = "",$primaryEarColor = "",$secondaryEarColor = "",$primaryTailColor = "",$secondaryTailColor = "",$artificialEyeColor = "",$artificialEyeShape = "",$artificialEyeFill = "",$tattooChoice = "",$piercingLevel = ""]] - | [[Body mod studio|Body Modification][$activeSlave = $slaves[_i], $degradation = 0, $tattooChoice = undefined]] - | [[Remote surgery|Remote Surgery][$activeSlave = $slaves[_i], $degradation = 0]] - <<if $prostheticsUpgrade > 0>>| [[Configure cybernetics|Prosthetics Configuration][$activeSlave = $slaves[_i], $prostheticsConfig = "main"]]<</if>> - - - <div id="miniscene"></div> - <span id="useSlave"></span> - <script> - App.UI.SlaveInteract.useSlaveDisplay(getSlave(V.activeSlave.ID)); - </script> + <<if ["be your agent", "live with your agent"].includes($slaves[_i].assignment)>> + <span class="note"> + Recall your agent to modify them. + </span> + <<else>> + Take slave to another room: + [[Auto salon|Salon][$activeSlave = $slaves[_i], $degradation = 0,$primaryHairColor = "",$secondaryHairColor = "",$primaryEarColor = "",$secondaryEarColor = "",$primaryTailColor = "",$secondaryTailColor = "",$artificialEyeColor = "",$artificialEyeShape = "",$artificialEyeFill = "",$tattooChoice = "",$piercingLevel = ""]] + | [[Body mod studio|Body Modification][$activeSlave = $slaves[_i], $degradation = 0, $tattooChoice = undefined]] + | [[Remote surgery|Remote Surgery][$activeSlave = $slaves[_i], $degradation = 0]] + <<if $prostheticsUpgrade > 0>>| [[Configure cybernetics|Prosthetics Configuration][$activeSlave = $slaves[_i], $prostheticsConfig = "main"]]<</if>> + + <div id="miniscene"></div> + <span id="useSlave"></span> + <script> + App.UI.SlaveInteract.useSlaveDisplay(getSlave(V.activeSlave.ID)); + </script> + + <</if>> </p> <p> <<switch $slaves[_i].assignment>>