From cf5cae8e7fcfa57df519ec5f8a6bc3d483e06992 Mon Sep 17 00:00:00 2001 From: Fikou <23585223+Fikou@users.noreply.github.com> Date: Mon, 26 Jul 2021 13:07:06 +0200 Subject: [PATCH] bless aware hud is no longer hardcoded for chaplains (#60420) --- code/game/alternate_appearance.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/alternate_appearance.dm b/code/game/alternate_appearance.dm index 71ad1478565..32517436b96 100644 --- a/code/game/alternate_appearance.dm +++ b/code/game/alternate_appearance.dm @@ -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