mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-19 06:03:14 +00:00
* 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>
6 lines
170 B
Plaintext
6 lines
170 B
Plaintext
/datum/hud/living/blobbernaut/New(mob/living/owner)
|
|
. = ..()
|
|
|
|
blobpwrdisplay = new /atom/movable/screen/healths/blob/overmind(null, src)
|
|
infodisplay += blobpwrdisplay
|