Merge pull request #8940 from Mechoid/DistantGulfDLC

Adds fog as a weather. It's cold.
This commit is contained in:
Atermonera
2023-02-18 21:13:30 -08:00
committed by GitHub
3 changed files with 42 additions and 10 deletions
+2 -1
View File
@@ -8,6 +8,7 @@
#define WEATHER_HAIL "hail"
#define WEATHER_WINDY "windy"
#define WEATHER_HOT "hot"
#define WEATHER_FOG "fog"
#define WEATHER_BLOOD_MOON "blood moon" // For admin fun or cult later on.
#define WEATHER_EMBERFALL "emberfall" // More adminbuse, from TG. Harmless.
#define WEATHER_ASH_STORM "ash storm" // Ripped from TG, like the above. Less harmless.
@@ -25,4 +26,4 @@
#define PLANET_PROCESS_SUN 0x1
#define PLANET_PROCESS_TEMP 0x2
#define PLANET_TIME_MODIFIER 1 // If you want planet time to go faster than realtime, increase this number.
#define PLANET_TIME_MODIFIER 1 // If you want planet time to go faster than realtime, increase this number.