mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
6 lines
186 B
Plaintext
6 lines
186 B
Plaintext
/datum/hud/living/blobbernaut/New(mob/living/owner)
|
|
. = ..()
|
|
|
|
blobpwrdisplay = new /atom/movable/screen/healths/blob/overmind()
|
|
blobpwrdisplay.hud = src
|
|
infodisplay += blobpwrdisplay |