Files
Yogstation/code/__DEFINES/weather.dm
2024-09-21 22:48:15 -05:00

8 lines
267 B
Plaintext

//A reference to this list is passed into area sound managers, and it's modified in a manner that preserves that reference in ash_storm.dm
GLOBAL_LIST_EMPTY(ash_storm_sounds)
#define STARTUP_STAGE 1
#define MAIN_STAGE 2
#define WIND_DOWN_STAGE 3
#define END_STAGE 4