mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-20 20:52:52 +01:00
Merge pull request #8940 from Mechoid/DistantGulfDLC
Adds fog as a weather. It's cold.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user