Skip to content

Commit

Permalink
soundszzsd
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Aug 27, 2024
1 parent 38519c9 commit 9e956d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/modules/shuttle/shuttle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -637,8 +637,6 @@
/obj/docking_port/mobile/proc/on_prearrival()
if(destination)
destination.on_prearrival(src)
var/obj/docking_port/stationary/dropzone = destination
playsound(dropzone.return_center_turf(), landing_sound, 60, 0)
playsound(return_center_turf(), landing_sound, 60, 0)
return

Expand Down
3 changes: 3 additions & 0 deletions code/modules/shuttle/shuttles/shipmap_elevator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
for(var/i in gears)
var/obj/structure/machinery/gear/G = i
G.start_moving()
var/obj/docking_port/stationary/dropzone = destination
playsound(dropzone.return_center_turf(), landing_sound, 60, 0)
playsound(return_center_turf(), landing_sound, 60, 0)

/obj/docking_port/mobile/trijent_elevator/shipmap_elevator/set_idle()
..()
Expand Down

0 comments on commit 9e956d3

Please sign in to comment.