From 8a2ec7d39a05d4f0e0ee2300d95c5da7ebf980a7 Mon Sep 17 00:00:00 2001 From: Poojawa Date: Thu, 14 Sep 2017 13:32:48 -0500 Subject: [PATCH] Update radiation_storm.dm --- code/modules/events/radiation_storm.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/events/radiation_storm.dm b/code/modules/events/radiation_storm.dm index b1b6195f51..20c251cd73 100644 --- a/code/modules/events/radiation_storm.dm +++ b/code/modules/events/radiation_storm.dm @@ -17,3 +17,4 @@ /datum/round_event/radiation_storm/start() SSweather.run_weather("radiation storm",ZLEVEL_STATION_PRIMARY) + make_maint_all_access()