[MIRROR] bless aware hud is no longer hardcoded for chaplains (#7143)

* bless aware hud is no longer hardcoded for chaplains

* Update alternate_appearance.dm

Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-07-28 21:57:05 +01:00
committed by GitHub
co-authored by Fikou Gandalf
parent 14562e8fbc
commit 8f2d1cf123
+1 -1
View File
@@ -166,7 +166,7 @@ GLOBAL_LIST_EMPTY(active_alternate_appearances)
add_hud_to(mob)
/datum/atom_hud/alternate_appearance/basic/blessed_aware/mobShouldSee(mob/M)
if(is_chaplain_job(M.mind?.assigned_role))
if(M.mind?.holy_role)
return TRUE
if (istype(M, /mob/living/simple_animal/hostile/construct/wraith))
return TRUE