makes DNR apply properly to ghost roles and midround antags

This commit is contained in:
deathride58
2019-03-15 16:26:17 -04:00
parent ccca2ac8a8
commit e4c5f005a0
5 changed files with 26 additions and 12 deletions
+2 -1
View File
@@ -413,7 +413,8 @@
var/list/candidates = list()
for(var/mob/dead/observer/G in GLOB.player_list)
candidates += G
if(G.can_reenter_round)
candidates += G
return pollCandidates(Question, jobbanType, gametypeCheck, be_special_flag, poll_time, ignore_category, flashwindow, candidates)