[MIRROR] Small playsound audit, particularly involving portal sounds (#28170)

* Small playsound audit, particularly involving portal sounds

* wew

---------

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-06-15 18:42:58 +01:00
committed by GitHub
co-authored by MrMelbert Gandalf
parent c3a4865d3c
commit 813591ad15
38 changed files with 128 additions and 115 deletions
+1 -1
View File
@@ -43,6 +43,6 @@
/obj/item/circuit_component/bot/proc/on_attack_hand(atom/source, mob/user)
SIGNAL_HANDLER
source.balloon_alert(user, "pushed button")
playsound(source, get_sfx(SFX_TERMINAL_TYPE), 25, FALSE)
playsound(source, SFX_TERMINAL_TYPE, 25, FALSE)
entity.set_output(user)
signal.set_output(COMPONENT_SIGNAL)