pollCandidates will ignore null ghosts

This commit is contained in:
Joan Lung
2017-01-29 21:41:31 -05:00
parent 65aa7782f4
commit 21dff4ad91
+2
View File
@@ -443,6 +443,8 @@
if(!G.key || !G.client)
candidates.Remove(G)
listclearnulls(candidates)
return candidates
/proc/pollCandidatesForMob(Question, jobbanType, datum/game_mode/gametypeCheck, be_special_flag = 0, poll_time = 300, mob/M, ignore_category = null)