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