Skip to content

Commit

Permalink
Merge pull request #3266 from ARF-SS13/I-got-bored-as-shit
Browse files Browse the repository at this point in the history
Some UI sounds
  • Loading branch information
Tk420634 authored Oct 8, 2023
2 parents a21f006 + 07bb073 commit c3077fb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/keybindings/keybind/mob.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added sound/effects/switchhand.ogg
Binary file not shown.
Binary file added sound/effects/uiclick.ogg
Binary file not shown.

0 comments on commit c3077fb

Please sign in to comment.