diff --git a/src/uncategorized/coursingAssociation.tw b/src/uncategorized/coursingAssociation.tw
index 8ce6f2c032a64728111c309003df154bd8e66247..0fec50db38c7f1bddfb8f0c47e39ba99928fe4ba 100644
--- a/src/uncategorized/coursingAssociation.tw
+++ b/src/uncategorized/coursingAssociation.tw
@@ -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; })
 	)>>