Files
S.P.L.U.R.T-Station-13/code/__DEFINES/fantasy_affixes.dm
silicons 803bff4e5f funny
2020-11-12 23:34:42 -07: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)