mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
bless aware hud is no longer hardcoded for chaplains (#60420)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user