diff --git a/code/modules/shuttle/shuttles/dropship.dm b/code/modules/shuttle/shuttles/dropship.dm index d81484b0343d..5325a9e42a1d 100644 --- a/code/modules/shuttle/shuttles/dropship.dm +++ b/code/modules/shuttle/shuttles/dropship.dm @@ -123,7 +123,6 @@ if(istype(destination, /obj/docking_port/stationary/marine_dropship)) dropzone.turn_on_landing_lights() playsound(dropzone.return_center_turf(), landing_sound, 60, 0) - playsound(return_center_turf(), landing_sound, 60, 0) automated_check()