mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-08-31 04:16:33 +01:00
6 lines
127 B
Plaintext
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)
|