[MIRROR] Fixes hud layering issues [MDB IGNORE] (#11351)

* Fixes hud layering issues (#64746)

Co-authored-by: TiviPlus <572233640+TiviPlus@ users.noreply.com>

* Fixes hud layering issues

Co-authored-by: TiviPlus <57223640+TiviPlus@users.noreply.github.com>
Co-authored-by: TiviPlus <572233640+TiviPlus@ users.noreply.com>
This commit is contained in:
SkyratBot
2022-02-08 02:59:55 +01:00
committed by GitHub
parent b5248091dd
commit 4b38b7f933
2 changed files with 2 additions and 1 deletions

View File

@@ -121,7 +121,7 @@ GLOBAL_LIST_INIT(available_erp_ui_styles, list(
hand_slots = list()
for(var/mytype in subtypesof(/atom/movable/screen/plane_master))
for(var/mytype in subtypesof(/atom/movable/screen/plane_master)- /atom/movable/screen/plane_master/rendering_plate)
var/atom/movable/screen/plane_master/instance = new mytype()
plane_masters["[instance.plane]"] = instance
instance.backdrop(mymob)