mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
19 lines
785 B
Plaintext
19 lines
785 B
Plaintext
/obj/machinery/door/firedoor/glass/hidden
|
|
name = "\improper Emergency Shutter System"
|
|
desc = "Emergency air-tight shutter, capable of sealing off breached areas. This model fits flush with the walls, and has a panel in the floor for maintenance."
|
|
icon = 'icons/obj/doors/DoorHazardHidden.dmi'
|
|
plane = TURF_PLANE
|
|
|
|
/obj/machinery/door/firedoor/glass/hidden/open()
|
|
. = ..()
|
|
plane = TURF_PLANE
|
|
|
|
/obj/machinery/door/firedoor/glass/hidden/close()
|
|
. = ..()
|
|
plane = OBJ_PLANE
|
|
|
|
/obj/machinery/door/firedoor/glass/hidden/steel
|
|
name = "\improper Emergency Shutter System"
|
|
desc = "Emergency air-tight shutter, capable of sealing off breached areas. This model fits flush with the walls, and has a panel in the floor for maintenance."
|
|
icon = 'icons/obj/doors/DoorHazardHidden_steel.dmi'
|