Compile fix, gah.

This commit is contained in:
Zuhayr
2013-08-19 18:56:32 -07:00
parent e138ff4a4b
commit 06cc5bc593
@@ -75,7 +75,7 @@
var/list/choices = list()
for(var/mob/living/C in view(1,src))
if(C.real_name != real_name
if(C.real_name != real_name)
choices += C
var/mob/living/M = input(src,"Who do you wish to take a sample from?") in null|choices