[MANUAL MIRROR] Turns trait accessors into defines, fixes some bugs (#5646)

This commit is contained in:
Gary Lafortune
2019-06-02 02:58:38 -05:00
committed by GitHub
286 changed files with 876 additions and 900 deletions

View File

@@ -34,7 +34,7 @@
deity = "Nar-Sie"
else if(isliving(usr))
var/mob/living/L = usr
if(L.has_trait(TRAIT_SPIRITUAL))
if(HAS_TRAIT(L, TRAIT_SPIRITUAL))
cross.icon_state = "holylight"
font_color = "blue"
prayer_type = "SPIRITUAL PRAYER"