From 4d7d3654bc85111dc50561b36946eccd8f95bf77 Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Thu, 24 Dec 2015 05:05:13 -0600 Subject: [PATCH] False alarm fix --- code/modules/mining/lavaland/weather_types.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/mining/lavaland/weather_types.dm b/code/modules/mining/lavaland/weather_types.dm index 02744d66f80..010e4593e13 100644 --- a/code/modules/mining/lavaland/weather_types.dm +++ b/code/modules/mining/lavaland/weather_types.dm @@ -51,7 +51,6 @@ /datum/weather/ash_storm/false_alarm //No storm, just light ember fall purely_aesthetic = TRUE - duration_message = "An ash storm has started! Get inside!" duration_overlay = "light_ash" duration_message = "Looks like the storm just missed the mining area. False alarm." wind_down_message = "The ash fall starts to trail off." @@ -62,4 +61,4 @@ var/thermal_protection = H.get_thermal_protection() if(thermal_protection >= FIRE_IMMUNITY_SUIT_MAX_TEMP_PROTECT) return - L.adjustFireLoss(4) \ No newline at end of file + L.adjustFireLoss(4)