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

Merge branch 'issue-905' into 'pregmod-master'

Permit all available slaves to be appointed as lurcher

See merge request pregmodfan/fc-pregmod!5037
parents 8d159bf1 9046c71d
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,6 @@ The chasing slaves are known as lurchers, the term once used for the sighthounds
<br><br>''Select a slave to course as a Lurcher:''
<br><br>
<<= App.UI.SlaveList.slaveSelectionList(
s => $Lurcher.ID !== s.ID && canWalk(s) && (s.assignmentVisible === 1 && s.fuckdoll === 0),
s => $Lurcher.ID !== s.ID && canWalk(s) && s.fuckdoll === 0 && isSlaveAvailable(s),
(slave, index) => App.UI.DOM.passageLink(SlaveFullName(slave), 'Assign', () => { variables().i = index; })
)>>
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