diff --git a/code/modules/events/radiation_storm.dm b/code/modules/events/radiation_storm.dm index d9cca33e72..9d8b5cc302 100644 --- a/code/modules/events/radiation_storm.dm +++ b/code/modules/events/radiation_storm.dm @@ -8,9 +8,10 @@ /datum/event/radiation_storm/start() spawn() + world << sound('sound/AI/radiation.ogg') command_alert("High levels of radiation detected near the station. Please evacuate into one of the shielded maintenance tunnels.", "Anomaly Alert") - sleep(200) + sleep(600) command_alert("The station has entered the radiation belt. Please remain in a sheltered area until we have passed the radiation belt.", "Anomaly Alert") for(var/i = 0, i < 10, i++) @@ -39,7 +40,7 @@ if(T.z != 1) continue M.apply_effect((rand(5,25)),IRRADIATE,0) - sleep(50) + sleep(100) - command_alert("The station has passed the radiation belt. Please report to medbay if you experience any unusual symptoms.", "Anomaly Alert") \ No newline at end of file + command_alert("The station has passed the radiation belt. Please report to medbay if you experience any unusual symptoms.", "Anomaly Alert")