Files
Bubberstation/code/__DEFINES/fantasy_affixes.dm
T
2019-11-04 19:16:50 -08:00

6 lines
127 B
Plaintext

#define AFFIX_PREFIX (1 << 0)
#define AFFIX_SUFFIX (1 << 1)
#define AFFIX_GOOD (1 << 0)
#define AFFIX_EVIL (1 << 1)