Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
Delta code alarm sound added
Browse files Browse the repository at this point in the history
Adds a nice metalic alarm sound for when self-destruct is being activated
  • Loading branch information
kazboo committed Jul 18, 2019
1 parent f0abbd3 commit 7458de5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/security_levels/security levels.dm
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
FA.overlays += image('icons/obj/monitors.dmi', "overlay_epsilon")

if(SEC_LEVEL_DELTA)
security_announcement_up.Announce("The station's self-destruct mechanism has been engaged. All crew are instructed to obey all instructions given by heads of staff. Any violations of these orders can be punished by death. This is not a drill.","Attention! Delta security level reached!")
security_announcement_up.Announce("The station's self-destruct mechanism has been engaged. All crew are instructed to obey all instructions given by heads of staff. Any violations of these orders can be punished by death. This is not a drill.","Attention! Delta security level reached!", new_sound = sound('sound/effects/stationalert.ogg'))
security_level = SEC_LEVEL_DELTA

post_status("alert", "deltaalert")
Expand Down
Binary file added sound/effects/stationalert.ogg
Binary file not shown.

0 comments on commit 7458de5

Please sign in to comment.