From 19549fcbbd5e6b634481192012e2c1a5a1a2b436 Mon Sep 17 00:00:00 2001 From: unusualcrow Date: Thu, 29 Dec 2016 14:49:52 -0500 Subject: [PATCH] ya --- code/datums/weather/weather_types.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")