Merge pull request #13390 from Heroman3003/two-fixes

Fixes two bugs
This commit is contained in:
Casey
2022-07-24 19:39:28 -04:00
committed by CHOMPStation2
parent cbc3751c64
commit 840510f1b2
3 changed files with 15 additions and 23 deletions

View File

@@ -147,11 +147,11 @@ var/datum/planet/virgo3c/planet_virgo3c = null
/datum/weather/virgo3c/clear
name = "clear"
transition_chances = list(
WEATHER_CLEAR = 60,
WEATHER_OVERCAST = 20,
WEATHER_LIGHT_SNOW = 1,
WEATHER_BLOOD_MOON = 1,
WEATHER_EMBERFALL = 0.5)
WEATHER_CLEAR = 120,
WEATHER_OVERCAST = 40,
WEATHER_LIGHT_SNOW = 2,
WEATHER_BLOOD_MOON = 2,
WEATHER_EMBERFALL = 1)
transition_messages = list(
"The sky clears up.",
"The sky is visible.",