mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 01:34:01 +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)
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
icon_state = "blank"
|
||||
appearance_flags = PLANE_MASTER|NO_CLIENT_COLOR
|
||||
blend_mode = BLEND_OVERLAY
|
||||
plane = LOWEST_EVER_PLANE
|
||||
var/show_alpha = 255
|
||||
var/hide_alpha = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user