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