From c402e793abdc998e861987cb985ebf65d34ef0a9 Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Sat, 16 Jun 2018 23:03:14 -0400 Subject: [PATCH] Fixes Away Mission Weather --- code/datums/weather/weather_types/snow_storm.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/weather/weather_types/snow_storm.dm b/code/datums/weather/weather_types/snow_storm.dm index 39ad0e8fa5d..4e4d5aab59d 100644 --- a/code/datums/weather/weather_types/snow_storm.dm +++ b/code/datums/weather/weather_types/snow_storm.dm @@ -1,7 +1,7 @@ /datum/weather/snow_storm name = "snow storm" desc = "Harsh snowstorms roam the topside of this arctic planet, burying any area unfortunate enough to be in its path." - probability = 90 +// probability = 90 telegraph_message = "Drifting particles of snow begin to dust the surrounding area.." telegraph_duration = 300