double sound fix

This commit is contained in:
S34NW
2021-05-02 13:50:40 +01:00
parent b22ded5a93
commit 5943a54a1e
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -92,7 +92,7 @@
var/canRecall = TRUE //no bad condom, do not recall the crew transfer shuttle!
var/datum/announcement/priority/crew_shuttle_called = new(0, new_sound = sound('sound/AI/cshuttle_call.ogg'))
var/datum/announcement/priority/crew_shuttle_called = new(0, new_sound = sound('sound/AI/cshuttle.ogg'))
var/datum/announcement/priority/crew_shuttle_docked = new(0, new_sound = sound('sound/AI/cshuttle_dock.ogg'))