mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-17 01:48:49 +01:00
Ports Bay Blob (#8328)
This commit is contained in:
@@ -404,7 +404,14 @@
|
||||
close()
|
||||
return
|
||||
|
||||
/obj/machinery/door/firedoor/can_close()
|
||||
if(locate(/obj/effect/blob) in get_turf(src))
|
||||
return FALSE
|
||||
return ..()
|
||||
|
||||
/obj/machinery/door/firedoor/close()
|
||||
if(!can_close())
|
||||
return
|
||||
cut_overlays()
|
||||
latetoggle()
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user