VS: The VS excludes for SSAO

This commit is contained in:
Arokha Sieyes
2018-05-14 11:51:50 -04:00
parent bdfa34c911
commit 3d0e50e2a4
2 changed files with 11 additions and 1 deletions

View File

@@ -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"

View File

@@ -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