Amends a previous commit.

This commit is contained in:
Zuhayr
2014-10-18 08:42:28 +10:30
parent 678b278b12
commit bb0aa868f7

View File

@@ -15,7 +15,7 @@
var/list/choices = list()
for(var/mob/living/M in view(1,src))
if(!istype(M,/mob/living/silicon) || !Adjacent(M))
if(!istype(M,/mob/living/silicon) && Adjacent(M))
choices += M
choices -= src