mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Conversion many Globals to Managed Globals (Part 1) (#17121)
* Conversion of some Globals to Managed Globals * Fix * for later --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
//For use with various spawners! Put your selections inside of a list!
|
||||
/var/global/list/theme_animal = list()
|
||||
/var/global/list/theme_monster = list()
|
||||
/var/global/list/theme_alien = list()
|
||||
/var/global/list/theme_cold = list()
|
||||
/var/global/list/theme_hot = list()
|
||||
/var/global/list/theme_aquatic = list()
|
||||
/var/global/list/theme_dark = list()
|
||||
/var/global/list/theme_forest = list()
|
||||
/var/global/list/theme_humanoid = 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)
|
||||
|
||||
Reference in New Issue
Block a user