mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Another emergency shutter fix.
I goofed, and dropped the distance check.
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/obj/machinery/door/firedoor/examine(mob/user)
|
/obj/machinery/door/firedoor/examine(mob/user)
|
||||||
. = ..()
|
. = ..(user, 1)
|
||||||
if(!. || !density)
|
if(!. || !density)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
5
html/changelogs/PsiOmegaDelta-FiredoorFixTwo.yml
Normal file
5
html/changelogs/PsiOmegaDelta-FiredoorFixTwo.yml
Normal file
@@ -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