Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Very small fix for dukem announcer #571

Merged
merged 9 commits into from
Jul 17, 2022
2 changes: 1 addition & 1 deletion monkestation/code/datums/announcers/duke_announcer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
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')