mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 09:35:30 +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:
@@ -451,7 +451,7 @@ GLOBAL_LIST_EMPTY(gateway_destinations)
|
||||
/// Handles the background of the portal, ensures the effect well, works properly
|
||||
var/atom/movable/screen/background/cam_background
|
||||
|
||||
/atom/movable/screen/map_view/gateway_port/Initialize(mapload)
|
||||
/atom/movable/screen/map_view/gateway_port/Initialize(mapload, datum/hud/hud_owner)
|
||||
. = ..()
|
||||
cam_background = new
|
||||
cam_background.del_on_map_removal = FALSE
|
||||
|
||||
Reference in New Issue
Block a user