Fix incorrect uses of the shuffle proc.

Even before the -tg- proc port, it didn't do inline modification of the list.
This commit is contained in:
Tigercat2000
2015-06-01 08:23:31 -07:00
parent 2e8e14bb1f
commit b1dc47b4df
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ client/proc/one_click_antag()
sleep(300)
if(candidates.len)
shuffle(candidates)
candidates = shuffle(candidates)
for(var/mob/i in candidates)
if(!i || !i.client) continue //Dont bother removing them from the list since we only grab one wizard