mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-03 14:12:29 +00:00
Fixes 'Build Mode' layering (#16548)
* Build Mode HUD plane * `HUD_PLANE_BUILDMODE` moving Also deleted `HUD_LAYER_SCREEN` since it's not used anywhere
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/obj/screen/buildmode
|
||||
icon = 'icons/misc/buildmode.dmi'
|
||||
var/datum/click_intercept/buildmode/bd
|
||||
layer = HUD_LAYER_BUILDMODE
|
||||
plane = HUD_PLANE_BUILDMODE
|
||||
|
||||
/obj/screen/buildmode/New(bld)
|
||||
bd = bld
|
||||
|
||||
Reference in New Issue
Block a user