mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-11 08:06:33 +01:00
e4b4d4d3c0
* https://github.com/tgstation/tgstation/pull/74333 https: //github.com/tgstation/tgstation/pull/74333 Co-Authored-By: tattle <66640614+dragomagol@users.noreply.github.com> * var stuff Co-Authored-By: tattle <66640614+dragomagol@users.noreply.github.com> * vars * Update sol_fed.dm --------- Co-authored-by: tattle <66640614+dragomagol@users.noreply.github.com>
7 lines
369 B
Plaintext
7 lines
369 B
Plaintext
///Will execute a single command after the cooldown based on player votes.
|
|
#define DEMOCRACY_MODE (1<<0)
|
|
///Allows each player to do a single command every cooldown.
|
|
#define ANARCHY_MODE (1<<1)
|
|
///Mutes the democracy mode messages send to orbiters at the end of each cycle. Useful for when the cooldown is so low it'd get spammy.
|
|
#define MUTE_DEMOCRACY_MESSAGES (1<<2)
|