Merge pull request #3687 from VOREStation/aro-ssao-ex

Exclude some things from SSAO
This commit is contained in:
Aronai Sieyes
2018-05-16 18:44:39 -04:00
committed by GitHub
19 changed files with 46 additions and 4 deletions
+2 -1
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
+2
View File
@@ -64,6 +64,8 @@
desc = "A control terminal for the area electrical systems."
icon = 'icons/obj/power_vr.dmi' //VOREStation Edit - New Icon
icon_state = "apc0"
plane = TURF_PLANE
layer = ABOVE_TURF_LAYER
anchored = 1
use_power = 0
req_access = list(access_engine_equip)
@@ -5,6 +5,8 @@
desc = "..."
icon = 'icons/obj/objects.dmi'
icon_state = "watertank"
plane = TURF_PLANE
layer = ABOVE_TURF_LAYER
density = 1
anchored = 0
pressure_resistance = 2*ONE_ATMOSPHERE