From dcac6a9e7e7e4a7550a4c76afdf3e581fa1e5bfe Mon Sep 17 00:00:00 2001 From: Dahlular <55758850+Dahlular@users.noreply.github.com> Date: Wed, 2 Jun 2021 08:32:22 -0600 Subject: [PATCH] THIS SHIT DOESN'T LAST LONG ENOUGH. GIVE ME MORE RAIN. --- hyperstation/code/datums/weather/oxygen_rain.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyperstation/code/datums/weather/oxygen_rain.dm b/hyperstation/code/datums/weather/oxygen_rain.dm index ddaaf4b7..de31ddd0 100644 --- a/hyperstation/code/datums/weather/oxygen_rain.dm +++ b/hyperstation/code/datums/weather/oxygen_rain.dm @@ -8,8 +8,8 @@ weather_message = "Liquid oxygen pours down around you! It's freezing!" weather_overlay = "rain_high" - weather_duration_lower = 600 - weather_duration_upper = 1200 + weather_duration_lower = 1200 + weather_duration_upper = 4000 end_duration = 300 end_message = "The downpour gradually slows to a light shower before fading away..."