mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-21 03:56:19 +01:00
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
|