Merge pull request #9225 from VOREStation/upstream-merge-7708

[MIRROR] Makes wall-mounted machines layer above windows
This commit is contained in:
Verkister
2020-10-27 10:15:15 +02:00
committed by Chompstation Bot
parent a3f9f88bea
commit 9848c0e719
32 changed files with 38 additions and 25 deletions

View File

@@ -8,6 +8,7 @@
name = "production machine console"
icon = 'icons/obj/machines/mining_machines_vr.dmi' // VOREStation Edit
icon_state = "console"
layer = ABOVE_WINDOW_LAYER
density = TRUE
anchored = TRUE

View File

@@ -4,6 +4,7 @@
name = "stacking machine console"
icon = 'icons/obj/machines/mining_machines_vr.dmi' // VOREStation Edit
icon_state = "console"
layer = ABOVE_WINDOW_LAYER
density = 1
anchored = 1
var/obj/machinery/mineral/stacking_machine/machine = null