10 lines
348 B
Plaintext
10 lines
348 B
Plaintext
//Each lists stores ckeys for "Never for this round" option category
|
|
|
|
#define POLL_IGNORE_SENTIENCE_POTION "sentience_potion"
|
|
#define POLL_IGNORE_POSSESSED_BLADE "possessed_blade"
|
|
#define POLL_IGNORE_ALIEN_LARVA "alien_larva"
|
|
#define POLL_IGNORE_SYNDICATE "syndicate"
|
|
#define POLL_IGNORE_HOLOPARASITE "holoparasite"
|
|
|
|
GLOBAL_LIST_EMPTY(poll_ignore)
|