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