REGEX REPLACE! /([\w\.]+)\.has_trait\(/ -> /HAS_TRAIT(\1, /

This commit is contained in:
Gary Lafortune
2019-06-01 20:55:36 -05:00
parent 68d6a815a9
commit c64fdcd6d4
157 changed files with 300 additions and 300 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"