All compiling errors fixed!! I did it!!

This commit is contained in:
Fermi
2019-05-11 15:47:58 +01:00
parent f7655cad25
commit ddad7a173d
3 changed files with 4 additions and 6 deletions
-3
View File
@@ -1,6 +1,3 @@
//We're really behind tg on traits huh?
#define HAS_TRAIT(target, trait) (target.status_traits ? (target.status_traits[trait] ? TRUE : FALSE) : FALSE)
//mob traits
#define TRAIT_BLIND "blind"
#define TRAIT_MUTE "mute"