mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[MIRROR] Hud screens now set hud owner in Initialize. [MDB IGNORE] (#22501)
* Hud screens now set hud owner in Initialize. * Merge conflicts * modular adjustments * Missed one * Make this easier to spot --------- Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: Giz <vinylspiders@gmail.com>
This commit is contained in:
co-authored by
John Willard
Giz
parent
7d80e387d0
commit
daba1d93ae
@@ -13,7 +13,7 @@ GLOBAL_DATUM(escape_menu_title, /atom/movable/screen/escape_menu/title)
|
||||
maptext_height = 100
|
||||
maptext_width = 500
|
||||
|
||||
/atom/movable/screen/escape_menu/title/Initialize(mapload)
|
||||
/atom/movable/screen/escape_menu/title/Initialize(mapload, datum/hud/hud_owner)
|
||||
. = ..()
|
||||
|
||||
update_text()
|
||||
|
||||
Reference in New Issue
Block a user