mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-26 10:04:12 +00:00
* Upgrades Planetary Weather to vis_contents Makes the weather on Sif use vis_contents instead of overlays, which should fix all weather-related icon issues, and may or may not be faster. Weather updates instantly now. Fixes indoor PoIs having outdoor weather. * Tries to appease Travis
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 |