mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-06 07:32:15 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user