mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
Merge pull request #8902 from PsiOmegaDelta/FiredoorFixTwo
Another emergency shutter fix.
This commit is contained in:
@@ -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."
|
||||
Reference in New Issue
Block a user