8 lines
132 B
Plaintext
8 lines
132 B
Plaintext
|
|
/datum/hud/revenant/New(mob/owner)
|
|
..()
|
|
|
|
healths = new /obj/screen/healths/revenant()
|
|
healths.hud = src
|
|
infodisplay += healths
|