mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-24 09:16:46 +01:00
12 lines
378 B
Plaintext
12 lines
378 B
Plaintext
GLOBAL_LIST_EMPTY(admins) //all clients whom are admins
|
|
GLOBAL_PROTECT(admins)
|
|
GLOBAL_LIST_EMPTY(deadmins) //all ckeys who have used the de-admin verb.
|
|
// todo: kill?
|
|
GLOBAL_LIST_EMPTY(stealthminID)
|
|
// todo: move
|
|
GLOBAL_LIST_EMPTY(players_by_zlevel)
|
|
// todo: kill
|
|
GLOBAL_LIST_EMPTY(round_text_log)
|
|
// todo: move
|
|
GLOBAL_VAR_INIT(moth_amount, 0) //Solar moth addition;
|