Files
GS13/code/_onclick/hud/blobbernauthud.dm
T
2019-09-23 18:26:34 +02:00

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