Fixes Make Wizard and timed alerts

Turns out timed alerts, which are ONLY used by Make Wizard, were broken
ever since they were added... 11 months ago. Now they work, so Make
Wizard works.
This commit is contained in:
Krausus
2015-06-15 11:03:23 -04:00
parent 7aa8c06e6c
commit 66506d9049
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ client/proc/one_click_antag()
if(candidates.len)
candidates = shuffle(candidates)
for(var/mob/i in candidates)
for(var/mob/dead/observer/i in candidates)
if(!i || !i.client) continue //Dont bother removing them from the list since we only grab one wizard
theghost = i