mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user