From 950851b5a79742621deb020ccb8399f85bd2dc99 Mon Sep 17 00:00:00 2001 From: Joan Lung Date: Sat, 3 Sep 2016 14:34:42 -0400 Subject: [PATCH] it's comin at ya --- .../mob/living/simple_animal/hostile/megafauna/bubblegum.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/megafauna/bubblegum.dm b/code/modules/mob/living/simple_animal/hostile/megafauna/bubblegum.dm index e1cd0de84f0..cddc5a31da2 100644 --- a/code/modules/mob/living/simple_animal/hostile/megafauna/bubblegum.dm +++ b/code/modules/mob/living/simple_animal/hostile/megafauna/bubblegum.dm @@ -112,7 +112,7 @@ Difficulty: Hard /mob/living/simple_animal/hostile/megafauna/bubblegum/Move() if(!stat) - playsound(src.loc, 'sound/effects/meteorimpact.ogg', 200, 1, 0, 1) + playsound(src.loc, 'sound/effects/meteorimpact.ogg', 200, 1, 2, 1) if(charging) PoolOrNew(/obj/effect/overlay/temp/decoy/fading, list(loc,src)) DestroySurroundings()