mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user