* vipers use venom, tarantulas are fat and slow. * viper! added! * tarantula! done! * tarantulas are big guys nobody pushin them round * added maidwives, added spider channel * me and cobby lose our minds over shitcode 2 electric boogaloo * midwives have skins shiny * YES XHUIS GOT IT WORKING WHAT A GUY YEAAAAAAAAAAA WOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO * new nurse sprite is in! yay * cosby joke about all my shit corrupting idk this is gonna be annoying to fix * Revert "cosby joke about all my shit corrupting idk" This reverts commit 680b4c310e0b882f7465129c093e7f69fdff15c6. * starts to add spidervenom, finishing tomorrow * fuck god dammit shit fuck * WE ARE BACK IN BIZNIZ TY ORANGES * whoops * feed me semour feed me all night long fixes the cyberboss stuff except that complicated one i'll do something else with it for now * temporary fix maybe * lets just have this for now and i'll fix this later * all good * fixes * does what i should have done a long time ago * SKINS SKINS SKINS PULLAPALOOZA * i think this does it okay * spiders miright * merge conflict fix? * MISTAKES WERE MADE * spider commands are cool now * he protec but he also attac * ty joan * ty joan again
28 lines
1.5 KiB
Plaintext
28 lines
1.5 KiB
Plaintext
GLOBAL_LIST_EMPTY(clients) //all clients
|
|
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(directory) //all ckeys with associated client
|
|
GLOBAL_LIST_EMPTY(stealthminID) //reference list with IDs that store ckeys, for stealthmins
|
|
|
|
//Since it didn't really belong in any other category, I'm putting this here
|
|
//This is for procs to replace all the goddamn 'in world's that are chilling around the code
|
|
|
|
GLOBAL_LIST_EMPTY(player_list) //all mobs **with clients attached**. Excludes /mob/dead/new_player
|
|
GLOBAL_LIST_EMPTY(mob_list) //all mobs, including clientless
|
|
GLOBAL_LIST_EMPTY(mob_directory) //mob_id -> mob
|
|
GLOBAL_LIST_EMPTY(living_mob_list) //all alive mobs, including clientless. Excludes /mob/dead/new_player
|
|
GLOBAL_LIST_EMPTY(dead_mob_list) //all dead mobs, including clientless. Excludes /mob/dead/new_player
|
|
GLOBAL_LIST_EMPTY(joined_player_list) //all clients that have joined the game at round-start or as a latejoin.
|
|
GLOBAL_LIST_EMPTY(silicon_mobs) //all silicon mobs
|
|
GLOBAL_LIST_EMPTY(ai_list)
|
|
GLOBAL_LIST_EMPTY(pai_list)
|
|
GLOBAL_LIST_EMPTY(available_ai_shells)
|
|
GLOBAL_LIST_EMPTY(simple_animals)
|
|
GLOBAL_LIST_EMPTY(spidermobs) //all sentient spider mobs
|
|
|
|
GLOBAL_LIST_EMPTY(language_datum_instances)
|
|
GLOBAL_LIST_EMPTY(all_languages)
|
|
|
|
GLOBAL_LIST_EMPTY(latejoiners) //All latejoining people, for traitor-target purposes. |