mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-18 10:32:32 +01:00
Merge pull request #3687 from VOREStation/aro-ssao-ex
Exclude some things from SSAO
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user