mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +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)
|