[MIRROR] Add heavy contactor noises to SMES (#11054)

Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-06-12 16:26:15 -07:00
committed by GitHub
parent b5d7c9acc9
commit 4e57ac73d4
3 changed files with 4 additions and 0 deletions

View File

@@ -450,6 +450,10 @@ GLOBAL_LIST_EMPTY(smeses)
. = TRUE
if("tryoutput")
outputting(!output_attempt)
if(output_attempt)
playsound(loc, 'sound/effects/contactor_on.ogg', 50, FALSE)
else
playsound(loc, 'sound/effects/contactor_off.ogg', 50, FALSE)
update_icon()
. = TRUE
if("input")

Binary file not shown.

Binary file not shown.