* defines/helpers * globalvars, onclick, controllers * datums and game * woooooooooorld. Uh. dm * modules sans mobs client admin * modules/admin * pref shit * modules/mob * icon updates * extra things * Cherrypicked fixes from open PRs * metastation.tgm fix * a better meta fix * reverts async breakings
7 lines
240 B
Plaintext
7 lines
240 B
Plaintext
//Each lists stores ckeys for "Never for this round" option category
|
|
|
|
#define POLL_IGNORE_PAI "pai"
|
|
#define POLL_IGNORE_SENTIENCE_POTION "sentience_potion"
|
|
#define POLL_IGNORE_POSSESSED_BLADE "possessed_blade"
|
|
|
|
var/list/poll_ignore = list() |