Skip to content

Commit

Permalink
Fixes Duke using the wrong Recall Shuttle Line
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisemonster committed Jul 25, 2023
1 parent b759abf commit 18c8815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monkestation/code/datums/announcers/duke.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
ANNOUNCER_RADIATION = 'monkestation/sound/ai/duke/radiation.ogg',
ANNOUNCER_SHUTTLECALLED = 'monkestation/sound/ai/duke/shuttle_call.ogg',
ANNOUNCER_SHUTTLEDOCK = 'monkestation/sound/ai/duke/shuttle_arrive.ogg',
ANNOUNCER_SHUTTLERECALLED = 'sound/ai/intern/shuttlerecalled.ogg',
ANNOUNCER_SHUTTLERECALLED = 'monkestation/sound/ai/duke/shuttle_recall.ogg',
ANNOUNCER_SPANOMALIES = 'monkestation/sound/ai/duke/spanomalies.ogg')

custom_alert_message = "<br><span class='alert'>Please stand by for an important message from the Duke.</span><br>"

0 comments on commit 18c8815

Please sign in to comment.