From 16fb2e1571f77f167f0daf36ab00a7d5b25f7ef0 Mon Sep 17 00:00:00 2001 From: Ergovisavi Date: Sat, 20 Aug 2016 17:01:58 -0700 Subject: [PATCH] Attempting to make Bubblegum's charge actually accurate to the on the ground placement --- .../mob/living/simple_animal/hostile/megafauna/bubblegum.dm | 2 ++ 1 file changed, 2 insertions(+) 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 db59df7dd6e..5365beacfc8 100644 --- a/code/modules/mob/living/simple_animal/hostile/megafauna/bubblegum.dm +++ b/code/modules/mob/living/simple_animal/hostile/megafauna/bubblegum.dm @@ -137,8 +137,10 @@ Difficulty: Hard DestroySurroundings() PoolOrNew(/obj/effect/overlay/temp/dragon_swoop, T) sleep(5) + walk(src,0) throw_at(T, 7, 1, src, 0) charging = 0 + Goto(target,move_to_delay,minimum_distance) /mob/living/simple_animal/hostile/megafauna/bubblegum/Bump(atom/A)