diff --git a/code/datums/weather/weather_types.dm b/code/datums/weather/weather_types.dm index 3f93c58872..43cc3c6ed8 100644 --- a/code/datums/weather/weather_types.dm +++ b/code/datums/weather/weather_types.dm @@ -206,4 +206,4 @@ /datum/weather/solar_flare/end() if(..()) return - addtimer(GLOBAL_PROC, "priority_announce", 60, FALSE, "The solar flare has ended. We apologize for the inconvenience.", "Anomaly Alert") + addtimer(GLOBAL_PROC, "priority_announce", 60, FALSE, "The solar flare has ended. Please return to work.", "Anomaly Alert")