Merge pull request #8902 from PsiOmegaDelta/FiredoorFixTwo

Another emergency shutter fix.
This commit is contained in:
Chinsky
2015-04-19 16:10:07 +03:00
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
/obj/machinery/door/firedoor/examine(mob/user)
. = ..()
. = ..(user, 1)
if(!. || !density)
return
@@ -0,0 +1,5 @@
author: PsiOmegaDelta
delete-after: True
changes:
- bugfix: "Emergency shutters can again be examined, and from the proper distance."