4b7438e39f
Revenants now have an essence HUD. Revenants now retain essence cap from the previous revenant, minus perfect souls. Restructured revenant code to be less all over the place Moved Harvesting to revenant_abilities.dm Defile has slightly more range, but does less damage to windows. Blight kills shrooms and vines slightly faster.
11 lines
233 B
Plaintext
11 lines
233 B
Plaintext
|
|
/datum/hud/revenant/New(mob/owner)
|
|
..()
|
|
|
|
healths = new /obj/screen/healths/revenant()
|
|
infodisplay += healths
|
|
|
|
/mob/living/simple_animal/revenant/create_mob_hud()
|
|
if(client && !hud_used)
|
|
hud_used = new /datum/hud/revenant(src)
|