mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
modsuit nominal sound no longer plays when youre deaf (#65402)
* modsuit nominal sound no longer plays when youre deaf * stupid
This commit is contained in:
@@ -169,7 +169,7 @@
|
||||
if(active)
|
||||
playsound(src, 'sound/machines/synth_yes.ogg', 50, TRUE, SHORT_RANGE_SOUND_EXTRARANGE, frequency = 6000)
|
||||
if(!malfunctioning)
|
||||
SEND_SOUND(wearer, sound('sound/mecha/nominal.ogg', volume = 50))
|
||||
wearer.playsound_local(get_turf(src), 'sound/mecha/nominal.ogg', 50)
|
||||
else
|
||||
playsound(src, 'sound/machines/synth_no.ogg', 50, TRUE, SHORT_RANGE_SOUND_EXTRARANGE, frequency = 6000)
|
||||
activating = FALSE
|
||||
|
||||
Reference in New Issue
Block a user