mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
14 lines
482 B
Plaintext
14 lines
482 B
Plaintext
#define WEATHER_CLEAR "clear"
|
|
#define WEATHER_OVERCAST "overcast"
|
|
#define WEATHER_LIGHT_SNOW "light snow"
|
|
#define WEATHER_SNOW "snow"
|
|
#define WEATHER_BLIZZARD "blizzard"
|
|
#define WEATHER_RAIN "rain"
|
|
#define WEATHER_STORM "storm"
|
|
#define WEATHER_HAIL "hail"
|
|
#define WEATHER_WINDY "windy"
|
|
#define WEATHER_HOT "hot"
|
|
#define WEATHER_BLOOD_MOON "blood moon" // For admin fun or cult later on.
|
|
|
|
#define PLANET_PROCESS_SUN 0x1
|
|
#define PLANET_PROCESS_TEMP 0x2 |