diff --git a/code/modules/keybindings/keybind/mob.dm b/code/modules/keybindings/keybind/mob.dm index 4ef73899933..62d86fb9715 100644 --- a/code/modules/keybindings/keybind/mob.dm +++ b/code/modules/keybindings/keybind/mob.dm @@ -47,6 +47,7 @@ /datum/keybinding/mob/swap_hands/down(client/user) var/mob/M = user.mob M.swap_hand() + SEND_SOUND(M, sound('sound/effects/switchhand.ogg')) return TRUE /datum/keybinding/mob/activate_inhand diff --git a/sound/effects/switchhand.ogg b/sound/effects/switchhand.ogg new file mode 100644 index 00000000000..e10e21ce16a Binary files /dev/null and b/sound/effects/switchhand.ogg differ diff --git a/sound/effects/uiclick.ogg b/sound/effects/uiclick.ogg new file mode 100644 index 00000000000..5f0d24071bf Binary files /dev/null and b/sound/effects/uiclick.ogg differ