mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
10 lines
482 B
Plaintext
10 lines
482 B
Plaintext
//faster than having to constantly loop for them
|
|
GLOBAL_LIST_EMPTY_TYPED(all_mutations, /datum/mutation/human) //type = initialized mutation
|
|
GLOBAL_LIST_EMPTY(full_sequences) //type = correct sequence
|
|
GLOBAL_LIST_EMPTY(bad_mutations) //bad initialized mutations
|
|
GLOBAL_LIST_EMPTY(good_mutations) //good initialized mutations
|
|
GLOBAL_LIST_EMPTY(not_good_mutations) //neutral initialized mutations
|
|
GLOBAL_LIST_EMPTY(alias_mutations) //alias = type
|
|
|
|
GLOBAL_LIST_EMPTY(mutation_recipes)
|