Files
S.P.L.U.R.T-Station-13/code/_onclick/hud/blobbernauthud.dm
2021-07-29 13:57:19 +03:00

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