Files
Citadel-Station-13-RP/code/_globalvars/mobs.dm
Virgilian Shakes ba7080965f Solarmoth and Lunarmoth port ^2 (#3399)
* 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
2021-10-04 12:22:49 -07:00

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;