15 lines
368 B
Plaintext
15 lines
368 B
Plaintext
#define CURRENT_LIVING_PLAYERS 1
|
|
#define CURRENT_LIVING_ANTAGS 2
|
|
#define CURRENT_DEAD_PLAYERS 3
|
|
#define CURRENT_OBSERVERS 4
|
|
|
|
#define NO_ASSASSIN (1<<0)
|
|
#define WAROPS_ALWAYS_ALLOWED (1<<1)
|
|
|
|
#define ONLY_RULESET (1<<0)
|
|
#define HIGHLANDER_RULESET (1<<1)
|
|
#define TRAITOR_RULESET (1<<2)
|
|
#define MINOR_RULESET (1<<3)
|
|
|
|
#define RULESET_STOP_PROCESSING 1
|