Another emergency shutter fix.

I goofed, and dropped the distance check.
This commit is contained in:
PsiOmega
2015-04-18 20:13:25 +02:00
parent 2c53a1cf8a
commit b295b9e3c6
2 changed files with 6 additions and 1 deletions

View File

@@ -77,7 +77,7 @@
/obj/machinery/door/firedoor/examine(mob/user)
. = ..()
. = ..(user, 1)
if(!. || !density)
return