mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +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)
|
||||
|
||||
|
||||
@@ -1 +1,5 @@
|
||||
|
||||
pen_click.ogg from https://freesound.org/people/LexzachGames/sounds/431492/ , license: CC0
|
||||
|
||||
night_vision_on.ogg by Syna-Max -- https://freesound.org/s/60345/ -- License: Attribution NonCommercial 4.0
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user