mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-29 15:06:39 +01:00
15 lines
517 B
Plaintext
15 lines
517 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_WEATHER 0x1
|
|
#define PLANET_PROCESS_SUN 0x2
|
|
#define PLANET_PROCESS_TEMP 0x4 |