Merge pull request #23481 from ChangelingRain/offerfix

pollCandidates will ignore null ghosts
This commit is contained in:
oranges
2017-01-31 21:50:59 +13:00
committed by GitHub
+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)