Computer console sounds (#85358)

## About The Pull Request


https://github.com/user-attachments/assets/b756bc49-70f0-4c86-8b04-5f0566d606a2

I've made the sound really quiet (quieter than most other sounds in the
game) so it shouldn't be too annoying, there is 7 variants of the clicks
so ear fatigue shouldn't strike too bad.
## Why It's Good For The Game
Clicky sounds release a dopamine surge for players and gives you audio
feedback when you're doing something, it also triggers when someone is
else working at a computer which tells you that they're using it.
## Changelog
🆑 grungussuss
sound: computers now make clicky clacky sounds
/🆑
This commit is contained in:
grungussuss
2024-08-21 01:01:46 +03:00
committed by GitHub
parent c9fccba14c
commit 891394181f
16 changed files with 28 additions and 7 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
/obj/item/circuit_component/controller/proc/handle_trigger(atom/source, user, port_name, datum/port/output/port_signal)
source.balloon_alert(user, "clicked [port_name] button")
playsound(source, SFX_TERMINAL_TYPE, 25, FALSE)
playsound(source, SFX_KEYBOARD_CLICKS, 25, FALSE)
entity.set_output(user)
port_signal.set_output(COMPONENT_SIGNAL)