mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-20 12:29:32 +01:00
a5cf94ab29
Ports some hud and update_icon code updates.
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
|