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:
Fikou
2022-03-13 18:10:22 +08:00
committed by GitHub
parent 787e0f08b4
commit b40adaecf6
+1 -1
View File
@@ -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