mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
[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:
co-authored by
Fikou
Gandalf
parent
14562e8fbc
commit
8f2d1cf123
@@ -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