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)