mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
VS: The VS excludes for SSAO
This commit is contained in:
@@ -2,6 +2,15 @@
|
|||||||
name = "\improper Emergency Shutter System"
|
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."
|
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'
|
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
|
/obj/machinery/door/firedoor/glass/hidden/steel
|
||||||
name = "\improper Emergency Shutter System"
|
name = "\improper Emergency Shutter System"
|
||||||
|
|||||||
@@ -19,7 +19,8 @@
|
|||||||
var/light_range_on = 2
|
var/light_range_on = 2
|
||||||
light_color = "#64C864"
|
light_color = "#64C864"
|
||||||
|
|
||||||
layer = ABOVE_WINDOW_LAYER
|
plane = TURF_PLANE
|
||||||
|
layer = ABOVE_TURF_LAYER
|
||||||
|
|
||||||
var/mob/watching_mob = null
|
var/mob/watching_mob = null
|
||||||
var/image/small_station_map = null
|
var/image/small_station_map = null
|
||||||
|
|||||||
Reference in New Issue
Block a user