Skip to content

Commit

Permalink
Merge pull request #223 from Wisemonster/Duke-recall-fix
Browse files Browse the repository at this point in the history
Fixes Duke Having The Wrong Recall Shuttle Line
  • Loading branch information
dwasint authored Jul 29, 2023
2 parents 86159c5 + 18c8815 commit 971ec40
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 971ec40

Please sign in to comment.