mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-09 17:02:00 +00:00
Amends a previous commit.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user