From 003f9e58a2dec1a41b38d69bd47d579b3981b083 Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Wed, 13 Jun 2018 18:54:26 -0400 Subject: [PATCH] tweak --- code/datums/weather/weather_types/radiation_storm.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/datums/weather/weather_types/radiation_storm.dm b/code/datums/weather/weather_types/radiation_storm.dm index 1628f49961f..acd155e7560 100644 --- a/code/datums/weather/weather_types/radiation_storm.dm +++ b/code/datums/weather/weather_types/radiation_storm.dm @@ -26,6 +26,7 @@ /datum/weather/rad_storm/telegraph() ..() status_alarm(TRUE) + make_maint_all_access() /datum/weather/rad_storm/weather_act(mob/living/L) @@ -50,6 +51,7 @@ return priority_announcement.Announce("The radiation threat has passed. Please return to your workplaces.", "Anomaly Alert") status_alarm(FALSE) + revoke_maint_all_access() /datum/weather/rad_storm/proc/status_alarm(active) //Makes the status displays show the radiation warning for those who missed the announcement. if(active)