bless aware hud is no longer hardcoded for chaplains (#60420)

This commit is contained in:
Fikou
2021-07-26 04:07:06 -07:00
committed by GitHub
parent 6e65545477
commit cf5cae8e7f
+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