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..."