removes uses of << sound, replaces with send_sound (#21774)

* removes uses of << sound, replaces with send_sound

* readds sound wrappers
This commit is contained in:
GDN
2023-07-27 09:57:04 -05:00
committed by GitHub
parent aab87dff3c
commit 067ce5670e
11 changed files with 19 additions and 19 deletions

View File

@@ -138,7 +138,7 @@
/datum/reagent/consumable/drink/meteor_malt/on_mob_life(mob/living/M)
if(prob(25))
M << sound('sound/effects/meteorimpact.ogg',0,1,0,25)
SEND_SOUND(M, sound('sound/effects/meteorimpact.ogg', wait = 1, volume = 25))
shake_camera(M, 3, 1)
if(prob(5))
var/amount = rand(1, 5)