Skip to content

Commit

Permalink
Update announcement.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzmike authored Feb 6, 2025
1 parent f369780 commit 50bb108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/defines/procs/announcement.dm
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
announcement_helper(message, title, targets, sound_to_play, quiet)

/proc/all_hands_on_deck(message, title = MAIN_AI_SYSTEM, sound_to_play = sound('sound/misc/sound_misc_boatswain.ogg'))
shipwide_ai_announcement(message, title, sound_to_play, signature, ARES_LOG_MAIN, FALSE)
shipwide_ai_announcement(message, title, sound_to_play, null, ARES_LOG_MAIN, FALSE)

/proc/announcement_helper(message, title, list/targets, sound_to_play, quiet)
if(!message || !title || !targets) //Shouldn't happen
Expand Down

0 comments on commit 50bb108

Please sign in to comment.