Fungi memes (#3080)

Because people like moondancer like to complain on how things sound.
Now everybody can be happy and not worry
This commit is contained in:
AgentWhatever
2017-07-18 11:22:37 +02:00
committed by skull132
parent 8fcad605ee
commit b39c6b61c7
6 changed files with 38 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ datum/event/wallrot/setup()
endWhen = announceWhen + 1
datum/event/wallrot/announce()
command_announcement.Announce("Harmful fungi detected on station. Station structures may be contaminated.", "Biohazard Alert", new_sound = 'sound/AI/fungi.ogg')
command_announcement.Announce("Harmful fungi detected on station. Station structures may be contaminated.", "Biohazard Alert", new_sound = pick('sound/AI/fungi.ogg', 'sound/AI/funguy.ogg', 'sound/AI/fun_guy.ogg', 'sound/AI/fun_gi.ogg'))
datum/event/wallrot/start()
set waitfor = FALSE