mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 09:03:23 +01:00
Fixes Some Sounds Having Reverb (#15602)
* Fixes Some Sounds Having Reverb * typeless
This commit is contained in:
@@ -253,7 +253,7 @@
|
||||
crit_fail = FALSE
|
||||
if(owner)
|
||||
to_chat(owner, "<span class='notice'>Your translator implant beeps.</span>")
|
||||
SEND_SOUND(owner, 'sound/machines/twobeep.ogg')
|
||||
SEND_SOUND(owner, sound('sound/machines/twobeep.ogg'))
|
||||
|
||||
/obj/item/organ/internal/cyberimp/brain/speech_translator/ui_action_click()
|
||||
if(owner && crit_fail)
|
||||
|
||||
@@ -265,7 +265,7 @@
|
||||
owner.Stuttering(20)
|
||||
owner.AdjustEarDamage(0, 30)
|
||||
owner.Weaken(3)
|
||||
owner << 'sound/items/airhorn.ogg'
|
||||
SEND_SOUND(owner, sound('sound/items/airhorn.ogg'))
|
||||
if(prob(30))
|
||||
owner.Stun(10)
|
||||
owner.Paralyse(4)
|
||||
|
||||
Reference in New Issue
Block a user