Skip to content
Snippets Groups Projects
Commit cecde24f authored by svornost's avatar svornost
Browse files

Fix subordinate slave targeting

parent e7a56f38
No related branches found
No related tags found
1 merge request!5962Fix subordinate slave targeting
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<<= App.UI.SlaveList.slaveSelectionList( <<= App.UI.SlaveList.slaveSelectionList(
s => s.devotion >= -20 && s.fuckdoll === 0 && State.variables.activeSlave.ID !== s.ID && s => s.devotion >= -20 && s.fuckdoll === 0 && State.variables.activeSlave.ID !== s.ID &&
(!isAmputee(State.variables.activeSlave) || !isAmputee(s)), (!isAmputee(State.variables.activeSlave) || !isAmputee(s)),
(s, i) => App.UI.DOM.passageLink(SlaveFullName(s), 'Subordinate Targeting', () => { App.activeSlave.subTarget = s.ID; }), (s, i) => App.UI.DOM.passageLink(SlaveFullName(s), 'Subordinate Targeting', () => { V.activeSlave.subTarget = s.ID; }),
)>> )>>
<br><br>[[None|Subordinate Targeting][$activeSlave.subTarget = 0]] <br><br>[[None|Subordinate Targeting][$activeSlave.subTarget = 0]]
......
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