Files
VOREStation/code/_global_vars/lists/misc.dm
Rykka f1125cb55f Adds Pred-Pref, Prey-Pref tags to list, standardizes colors
Adds Pred-Pref and Prey-Pref, self-explanatory.

Standardizes the colors to make it a little more legible, non-vore is now simply black so it blends with the background.
Basically, non-vore folks aren't colored for easier identification across the list.
2022-01-22 09:00:43 -08:00

13 lines
749 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)
GLOBAL_LIST_INIT(char_directory_tags, list("Pred", "Pred-Pref", "Prey", "Prey-Pref", "Switch", "Non-Vore", "Unset"))
GLOBAL_LIST_INIT(char_directory_erptags, list("Top", "Bottom", "Switch", "No ERP", "Unset"))
GLOBAL_LIST_EMPTY(crafting_recipes) //list of all table craft recipes