Makes wall-mounted machines layer above windows

This commit is contained in:
Meghan-Rossi
2020-10-17 02:03:26 -04:00
committed by VirgoBot
parent 2e782bfd50
commit de36b996b9
32 changed files with 46 additions and 21 deletions
+1 -3
View File
@@ -6,6 +6,7 @@
desc = "A virtual map of the surrounding station."
icon = 'icons/obj/machines/stationmap.dmi'
icon_state = "station_map"
layer = ABOVE_WINDOW_LAYER
anchored = 1
density = 0
use_power = USE_POWER_IDLE
@@ -19,9 +20,6 @@
var/light_range_on = 2
light_color = "#64C864"
plane = TURF_PLANE
layer = ABOVE_TURF_LAYER
var/mob/watching_mob = null
var/image/small_station_map = null
var/image/floor_markings = null