mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[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:
committed by
GitHub
parent
b5d7c9acc9
commit
4e57ac73d4
@@ -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")
|
||||
|
||||
BIN
sound/effects/contactor_off.ogg
Normal file
BIN
sound/effects/contactor_off.ogg
Normal file
Binary file not shown.
BIN
sound/effects/contactor_on.ogg
Normal file
BIN
sound/effects/contactor_on.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user