Skip to content

Commit

Permalink
Merge pull request tgstation#5269 from AnturK/fixuno
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheridan committed Oct 16, 2014
2 parents 01e7b0a + d28e56e commit ec57946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/events/wizard/greentext.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/datum/round_event/wizard/greentext/start()

var/list/holder_canadates = player_list
var/list/holder_canadates = player_list.Copy()
for(var/mob/M in holder_canadates)
if(!ishuman(M))
holder_canadates -= M
Expand Down

0 comments on commit ec57946

Please sign in to comment.