Heretics can see blessed tiles. (#91009)

## About The Pull Request

Heretics can see blessed tiles.

## Why It's Good For The Game

Heretics, being magic users, should be aware of anti-magic tile effects.

## Changelog

🆑
qol: Heretics can see blessed tiles.
/🆑
This commit is contained in:
Iamgoofball
2025-05-06 20:07:10 +00:00
committed by GitHub
parent 85b4df1059
commit 18d7b0e445
+1 -1
View File
@@ -195,7 +195,7 @@ GLOBAL_LIST_EMPTY(active_alternate_appearances)
return TRUE
if (istype(M, /mob/living/basic/construct/wraith))
return TRUE
if(isrevenant(M) || IS_WIZARD(M))
if(isrevenant(M) || IS_WIZARD(M) || IS_HERETIC(M))
return TRUE
return FALSE