Makes wall-mounted machines layer above windows (#7708)

Makes wall-mounted machines layer above windows so that they are clickable if placed on windows
This commit is contained in:
Meghan-Rossi
2020-10-16 23:01:39 -07:00
committed by GitHub
parent 366f9fd989
commit 9611ae902e
32 changed files with 37 additions and 21 deletions
@@ -8,6 +8,7 @@
name = "production machine console"
icon = 'icons/obj/machines/mining_machines.dmi'
icon_state = "console"
layer = ABOVE_WINDOW_LAYER
density = TRUE
anchored = TRUE
+1
View File
@@ -4,6 +4,7 @@
name = "stacking machine console"
icon = 'icons/obj/machines/mining_machines.dmi'
icon_state = "console"
layer = ABOVE_WINDOW_LAYER
density = 1
anchored = 1
var/obj/machinery/mineral/stacking_machine/machine = null