Hatching as a shadowling will reset your HUD.

This is only useful in those cases where, for some reason, you are a monkey and use the shadowling hatch ability. Without this change, upon doing the above mentioned thing, your HUD would still be using the monkey version.
This commit is contained in:
Eman
2019-03-22 16:31:53 +01:00
parent 7b034f567e
commit a0c445d7eb
@@ -107,6 +107,8 @@ var/list/possibleShadowlingNames = list("U'ruan", "Y`shej", "Nex", "Hel-uae", "N
H.mind.AddSpell(new /obj/effect/proc_holder/spell/targeted/collective_mind(null))
H.mind.AddSpell(new /obj/effect/proc_holder/spell/targeted/shadowling_regenarmor(null))
H.mind.AddSpell(new /obj/effect/proc_holder/spell/targeted/shadowling_extend_shuttle(null))
H.hud_used = new /datum/hud/human(H, ui_style2icon(H.client.prefs.UI_style), H.client.prefs.UI_style_color, H.client.prefs.UI_style_alpha)
H.hud_used.show_hud(H.hud_used.hud_version)
/obj/effect/proc_holder/spell/targeted/shadowling_ascend
name = "Ascend"