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
|