Replace/Add lots of sounds from VerySoft

This commit is contained in:
Aronai Sieyes
2020-05-05 22:43:31 -04:00
parent 586dcad6a1
commit f4c8a7e2f5
41 changed files with 46 additions and 31 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
endWhen = 3
/datum/event/ianstorm/announce()
command_announcement.Announce("It has come to our attention that the station passed through an ion storm. Please monitor all electronic equipment for malfunctions.", "Anomaly Alert")
spawn(rand(50, 300))
command_announcement.Announce("It has come to our attention that the station passed through an ion storm. Please monitor all electronic equipment for malfunctions.", "Anomaly Alert", 'sound/AI/ian_storm.ogg')
spawn(7 SECONDS)
command_announcement.Announce("Wait. No, thats wrong. The station passed through an IAN storm!.", "Ian Alert")
/datum/event/ianstorm/start()