mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
8 lines
467 B
Plaintext
8 lines
467 B
Plaintext
GLOBAL_LIST_INIT(speech_toppings, list("|" = "i", "+" = "b", "_" = "u"))
|
|
GLOBAL_LIST_EMPTY(meteor_list)
|
|
|
|
/// List of wire colors for each object type of that round. One for airlocks, one for vendors, etc.
|
|
GLOBAL_LIST_EMPTY(wire_color_directory) // This is an associative list with the `holder_type` as the key, and a list of colors as the value.
|
|
|
|
// Reference list for disposal sort junctions. Filled up by sorting junction's New()
|
|
GLOBAL_LIST_EMPTY(tagger_locations) |