-
-
Notifications
You must be signed in to change notification settings - Fork 538
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
90 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,75 @@ | ||
GLOBAL_LIST_EMPTY(cable_list) //Index for all cables, so that powernets don't have to look through the entire world all the time | ||
GLOBAL_LIST_EMPTY(portals) //list of all /obj/effect/portal | ||
GLOBAL_LIST_EMPTY(airlocks) //list of all airlocks | ||
GLOBAL_LIST_EMPTY(mechas_list) //list of all mechs. Used by hostile mobs target tracking. | ||
GLOBAL_LIST_EMPTY(machines) //NOTE: this is a list of ALL machines now. The processing machines list is SSmachine.processing ! | ||
GLOBAL_LIST_EMPTY(navbeacons) //list of all bot nagivation beacons, used for patrolling. | ||
GLOBAL_LIST_EMPTY(teleportbeacons) //list of all tracking beacons used by teleporters | ||
GLOBAL_LIST_EMPTY(deliverybeacons) //list of all MULEbot delivery beacons. | ||
GLOBAL_LIST_EMPTY(deliverybeacontags) //list of all tags associated with delivery beacons. | ||
GLOBAL_LIST_EMPTY(wayfindingbeacons) //list of all navigation beacons used by wayfinding pinpointers | ||
/// Index for all cables, so that powernets don't have to look through the entire world all the time | ||
GLOBAL_LIST_EMPTY(cable_list) | ||
/// list of all /obj/effect/portal | ||
GLOBAL_LIST_EMPTY(portals) | ||
/// List of all airlocks | ||
GLOBAL_LIST_EMPTY(airlocks) | ||
/// List of all mechs. Used by hostile mobs target tracking. | ||
GLOBAL_LIST_EMPTY(mechas_list) | ||
/// NOTE: this is a list of ALL machines now. The processing machines list is SSmachine.processing! | ||
GLOBAL_LIST_EMPTY(machines) | ||
/// List of all bot nagivation beacons, used for patrolling. | ||
GLOBAL_LIST_EMPTY(navbeacons) | ||
/// List of all tracking beacons used by teleporters | ||
GLOBAL_LIST_EMPTY(teleportbeacons) | ||
/// List of all MULEbot delivery beacons. | ||
GLOBAL_LIST_EMPTY(deliverybeacons) | ||
/// List of all tags associated with delivery beacons. | ||
GLOBAL_LIST_EMPTY(deliverybeacontags) | ||
/// List of all navigation beacons used by wayfinding pinpointers | ||
GLOBAL_LIST_EMPTY(wayfindingbeacons) | ||
/// List of all navigation beacons used by wayfinding pinpointers | ||
GLOBAL_LIST_EMPTY(nuke_list) | ||
GLOBAL_LIST_EMPTY(alarmdisplay) //list of all machines or programs that can display station alerts | ||
GLOBAL_LIST_EMPTY(singularities) //list of all singularities on the station (actually technically all engines) | ||
GLOBAL_LIST_EMPTY(fax_machines) //list of all fax machines | ||
/// List of all machines or programs that can display station alerts | ||
GLOBAL_LIST_EMPTY(alarmdisplay) | ||
/// List of all singularities (actually technically all engines) | ||
GLOBAL_LIST_EMPTY(singularities) | ||
/// List of all fax machines | ||
GLOBAL_LIST_EMPTY(fax_machines) | ||
/// List of all /datum/chemical_reaction datums. Used during chemical reactions | ||
GLOBAL_LIST(chemical_reactions_list) | ||
/// List of all /datum/reagent datums indexed by reagent id. Used by chemistry stuff | ||
GLOBAL_LIST(chemical_reagents_list) | ||
/// List of all /datum/material datums indexed by material id. | ||
GLOBAL_LIST_EMPTY(materials_list) | ||
/// List of all /datum/tech datums indexed by id. | ||
GLOBAL_LIST_EMPTY(tech_list) | ||
/// List of all surgeries by name, associated with their path. | ||
GLOBAL_LIST_EMPTY(surgeries_list) | ||
/// List of all table craft recipes | ||
GLOBAL_LIST_EMPTY(crafting_recipes) | ||
/// List of Rapid Construction Devices. | ||
GLOBAL_LIST_EMPTY(rcd_list) | ||
/// List of all Area Power Controller machines, separate from machines for powernet speeeeeeed. | ||
GLOBAL_LIST_EMPTY(apcs_list) | ||
/// List of all current implants that are tracked to work out what sort of trek everyone is on. | ||
GLOBAL_LIST_EMPTY(tracked_implants) | ||
/// List of implants the prisoner console can track and send inject commands too | ||
GLOBAL_LIST_EMPTY(tracked_chem_implants) | ||
/// List of points of interest for observe/follow | ||
GLOBAL_LIST_EMPTY(poi_list) | ||
/// List of all pinpointers. Used to change stuff they are pointing to all at once. | ||
GLOBAL_LIST_EMPTY(pinpointer_list) | ||
/// List of all zombie_infection organs, for any mass "animation" | ||
GLOBAL_LIST_EMPTY(zombie_infection_list) | ||
/// List of all meteors. | ||
GLOBAL_LIST_EMPTY(meteor_list) | ||
/// List of active radio jammers | ||
GLOBAL_LIST_EMPTY(active_jammers) | ||
|
||
GLOBAL_LIST(chemical_reactions_list) //list of all /datum/chemical_reaction datums. Used during chemical reactions | ||
GLOBAL_LIST(chemical_reagents_list) //list of all /datum/reagent datums indexed by reagent id. Used by chemistry stuff | ||
GLOBAL_LIST_EMPTY(materials_list) //list of all /datum/material datums indexed by material id. | ||
GLOBAL_LIST_EMPTY(tech_list) //list of all /datum/tech datums indexed by id. | ||
GLOBAL_LIST_EMPTY(surgeries_list) //list of all surgeries by name, associated with their path. | ||
GLOBAL_LIST_EMPTY(crafting_recipes) //list of all table craft recipes | ||
GLOBAL_LIST_EMPTY(rcd_list) //list of Rapid Construction Devices. | ||
GLOBAL_LIST_EMPTY(apcs_list) //list of all Area Power Controller machines, separate from machines for powernet speeeeeeed. | ||
GLOBAL_LIST_EMPTY(tracked_implants) //list of all current implants that are tracked to work out what sort of trek everyone is on. Sadly not on lavaworld not implemented... | ||
GLOBAL_LIST_EMPTY(tracked_chem_implants) //list of implants the prisoner console can track and send inject commands too | ||
GLOBAL_LIST_EMPTY(poi_list) //list of points of interest for observe/follow | ||
GLOBAL_LIST_EMPTY(pinpointer_list) //list of all pinpointers. Used to change stuff they are pointing to all at once. | ||
GLOBAL_LIST_EMPTY(zombie_infection_list) // A list of all zombie_infection organs, for any mass "animation" | ||
GLOBAL_LIST_EMPTY(meteor_list) // List of all meteors. | ||
GLOBAL_LIST_EMPTY(active_jammers) // List of active radio jammers | ||
GLOBAL_LIST_EMPTY(ladders) | ||
|
||
GLOBAL_LIST_EMPTY(trophy_cases) | ||
///This is a global list of all signs you can change an existing sign or new sign backing to, when using a pen on them. | ||
|
||
/// This is a global list of all signs you can change an existing sign or new sign backing to, when using a pen on them. | ||
GLOBAL_LIST_EMPTY(editable_sign_types) | ||
|
||
GLOBAL_LIST_EMPTY(wire_color_directory) | ||
|
||
GLOBAL_LIST_EMPTY(wire_name_directory) | ||
|
||
GLOBAL_LIST_EMPTY(ai_status_displays) | ||
|
||
GLOBAL_LIST_EMPTY(mob_spawners) // All mob_spawn objects | ||
GLOBAL_LIST_EMPTY(alert_consoles) // Station alert consoles, /obj/machinery/computer/station_alert | ||
/// List of All mob_spawn objects | ||
GLOBAL_LIST_EMPTY(mob_spawners) | ||
/// List of Station alert consoles, /obj/machinery/computer/station_alert | ||
GLOBAL_LIST_EMPTY(alert_consoles) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.