mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user