From a4c92a81559346eb57ff5fd9f5deefc023568fd3 Mon Sep 17 00:00:00 2001 From: Poojawa Date: Mon, 4 Sep 2017 03:12:51 -0500 Subject: [PATCH] Update radiation_storm.dm --- code/modules/events/radiation_storm.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/events/radiation_storm.dm b/code/modules/events/radiation_storm.dm index 5f461933ad..e4f2b6b1a7 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()