12 lines
271 B
Plaintext
12 lines
271 B
Plaintext
|
|
/datum/hud/blobbernaut/New(mob/owner)
|
|
..()
|
|
|
|
blobpwrdisplay = new /atom/movable/screen/healths/blob/naut/core()
|
|
blobpwrdisplay.hud = src
|
|
infodisplay += blobpwrdisplay
|
|
|
|
healths = new /atom/movable/screen/healths/blob/naut()
|
|
healths.hud = src
|
|
infodisplay += healths
|