Triped time you have to get into maintenance.

Also re-added sound at start of event. It doesn't fit, but it's better than nothing. Quit complaining already.
This commit is contained in:
cib
2013-05-27 20:01:37 +02:00
parent cbbe291a5d
commit c5dc8ebecf

View File

@@ -8,9 +8,10 @@
/datum/event/radiation_storm/start() /datum/event/radiation_storm/start()
spawn() 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") 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") 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++) for(var/i = 0, i < 10, i++)
@@ -39,7 +40,7 @@
if(T.z != 1) if(T.z != 1)
continue continue
M.apply_effect((rand(5,25)),IRRADIATE,0) 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") command_alert("The station has passed the radiation belt. Please report to medbay if you experience any unusual symptoms.", "Anomaly Alert")