Skip to content

Commit

Permalink
Merge pull request ParadiseSS13#11888 from florkeger/deltasiren
Browse files Browse the repository at this point in the history
[READY] Delta code alarm sound added
  • Loading branch information
variableundefined authored Sep 2, 2019
2 parents 9197f77 + 5931fb5 commit ed10609
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/deltaalarm.ogg'))
security_level = SEC_LEVEL_DELTA

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

0 comments on commit ed10609

Please sign in to comment.