diff --git a/code/datums/weather/weather_types.dm b/code/datums/weather/weather_types.dm index 2e438f43c4a..db7acdb30e9 100644 --- a/code/datums/weather/weather_types.dm +++ b/code/datums/weather/weather_types.dm @@ -153,10 +153,4 @@ else randmutg(H) H.domutcheck() - L.rad_act(15,1) - -/datum/weather/rad_storm/end() - if(..()) - return - priority_announce("The radiation threat has passed. Please return to your workplaces. Maintenance access restrictions will be restored shortly.", "Anomaly Alert") - addtimer(GLOBAL_PROC, "revoke_maint_all_access", 300, TRUE) \ No newline at end of file + L.rad_act(20,1) \ No newline at end of file diff --git a/code/modules/events/radiation_storm.dm b/code/modules/events/radiation_storm.dm index 4c2e954a47c..8db57ef5b34 100644 --- a/code/modules/events/radiation_storm.dm +++ b/code/modules/events/radiation_storm.dm @@ -12,8 +12,7 @@ announceWhen = 1 /datum/round_event/radiation_storm/announce() - priority_announce("High levels of radiation detected near the station. Maintenance is best shielded from radiation. Maintenance access restrictions will be temporarily lifted.", "Anomaly Alert", 'sound/AI/radiation.ogg') - make_maint_all_access() + priority_announce("High levels of radiation detected near the station. Maintenance is best shielded from radiation.", "Anomaly Alert", 'sound/AI/radiation.ogg') //sound not longer matches the text, but an audible warning is probably good /datum/round_event/radiation_storm/start()