mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-01-29 02:13:12 +00:00
* Conversion of some Globals to Managed Globals * Fix * for later --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
11 lines
355 B
Plaintext
11 lines
355 B
Plaintext
//For use with various spawners! Put your selections inside of a list!
|
|
GLOBAL_LIST_EMPTY(theme_animal)
|
|
GLOBAL_LIST_EMPTY(theme_monster)
|
|
GLOBAL_LIST_EMPTY(theme_alien)
|
|
GLOBAL_LIST_EMPTY(theme_cold)
|
|
GLOBAL_LIST_EMPTY(theme_hot)
|
|
GLOBAL_LIST_EMPTY(theme_aquatic)
|
|
GLOBAL_LIST_EMPTY(theme_dark)
|
|
GLOBAL_LIST_EMPTY(theme_forest)
|
|
GLOBAL_LIST_EMPTY(theme_humanoid)
|