mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 01:34:01 +00:00
* Blobbernaut HUD improvements (#57922) * Blobbernaut HUD improvements Co-authored-by: Arkatos1 <43862960+Arkatos1@users.noreply.github.com>
7 lines
187 B
Plaintext
7 lines
187 B
Plaintext
/datum/hud/living/blobbernaut/New(mob/living/owner)
|
|
. = ..()
|
|
|
|
blobpwrdisplay = new /atom/movable/screen/healths/blob/overmind()
|
|
blobpwrdisplay.hud = src
|
|
infodisplay += blobpwrdisplay
|