Pen click sound (#84737)

## About The Pull Request


https://github.com/tgstation/tgstation/assets/96586172/c9561de7-bae1-4c00-a57c-eb5ae030ee85
## Why It's Good For The Game
The previous sound didn't fit at all.
## Changelog
🆑 grungussuss
sound: pen click now has a proper sound
/🆑
This commit is contained in:
grungussuss
2024-07-08 22:05:55 +02:00
committed by GitHub
parent 045a61c627
commit 8327f49c49
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -76,7 +76,7 @@
if(user)
balloon_alert(user, "clicked")
playsound(src, 'sound/machines/click.ogg', 30, TRUE, -3)
playsound(src, 'sound/items/pen_click.ogg', 30, TRUE, -3)
icon_state = initial(icon_state) + (active ? "_retracted" : "")
update_appearance(UPDATE_ICON)