mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-10 03:16:07 +00:00
* Solarmoth Icons * Juvenile solargrub code tweak for Moth spawn * Capitalization * Adds codefile for solar and lunar moths * Adds #include for Solarmoths * Update on minimal temperature done by Lunarmoths * Kevins code tweak * Adds Global_Var about solar moths to Globalvars * Global variable fix from Chomp to Cit specs * Kevin said to get rid of that line * Another tweak (variable define) Might not break everything, edition. * uuuhhhhh
13 lines
448 B
Plaintext
13 lines
448 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.
|
|
GLOBAL_LIST_EMPTY(stealthminID)
|
|
GLOBAL_LIST_EMPTY(directory) //all ckeys with associated client
|
|
GLOBAL_LIST_EMPTY(clients)
|
|
GLOBAL_LIST_EMPTY(players_by_zlevel)
|
|
GLOBAL_LIST_EMPTY(round_text_log)
|
|
|
|
GLOBAL_LIST_EMPTY(mob_list)
|
|
|
|
GLOBAL_VAR_INIT(moth_amount, 0) //Solar moth addition;
|