mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
VS: The VS excludes for SSAO
This commit is contained in:
@@ -2,6 +2,15 @@
|
||||
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"
|
||||
|
||||
@@ -19,7 +19,8 @@
|
||||
var/light_range_on = 2
|
||||
light_color = "#64C864"
|
||||
|
||||
layer = ABOVE_WINDOW_LAYER
|
||||
plane = TURF_PLANE
|
||||
layer = ABOVE_TURF_LAYER
|
||||
|
||||
var/mob/watching_mob = null
|
||||
var/image/small_station_map = null
|
||||
|
||||
Reference in New Issue
Block a user