diff --git a/code/datums/weather/weather_types.dm b/code/datums/weather/weather_types.dm index 0232d4c8ad..aa5f05f5c3 100644 --- a/code/datums/weather/weather_types.dm +++ b/code/datums/weather/weather_types.dm @@ -165,7 +165,7 @@ return priority_announce("The radiation threat has passed. Please return to your workplaces.", "Anomaly Alert") status_alarm() - + spawn(300) revoke_maint_all_access() /datum/weather/rad_storm/proc/status_alarm(command) //Makes the status displays show the radiation warning for those who missed the announcement. var/datum/radio_frequency/frequency = SSradio.return_frequency(1435) diff --git a/code/modules/events/radiation_storm.dm b/code/modules/events/radiation_storm.dm index 321f2f3e14..581844bb4f 100644 --- a/code/modules/events/radiation_storm.dm +++ b/code/modules/events/radiation_storm.dm @@ -16,4 +16,5 @@ //sound not longer matches the text, but an audible warning is probably good /datum/round_event/radiation_storm/start() - SSweather.run_weather("radiation storm",ZLEVEL_STATION) \ No newline at end of file + SSweather.run_weather("radiation storm",ZLEVEL_STATION) + make_maint_all_access() \ No newline at end of file