mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-12 10:53:57 +00:00
10 lines
208 B
Plaintext
10 lines
208 B
Plaintext
|
|
/datum/hud/blobbernaut/New(mob/owner)
|
|
..()
|
|
|
|
blobpwrdisplay = new /obj/screen/healths/blob/naut/core()
|
|
infodisplay += blobpwrdisplay
|
|
|
|
healths = new /obj/screen/healths/blob/naut()
|
|
infodisplay += healths
|