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