Skip to content

Commit

Permalink
Fix for announce sound
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit committed Jan 26, 2024
1 parent f3d3b57 commit 33088ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
var/msg_line2 = ""
var/centcomm_message_cooldown = 0
var/announcment_cooldown = 0
var/datum/announcement/priority/crew_announcement = new
var/datum/announcement/priority/crew_announcement = new(FALSE, 'sound/misc/notice2.ogg')
var/current_viewing_message_id = 0
var/current_viewing_message = null

Expand Down

0 comments on commit 33088ab

Please sign in to comment.