From c3e0eb57d43dad0ead3f7176382716464e481b64 Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Sat, 31 Aug 2019 00:43:23 -0400 Subject: [PATCH] fixes goliaths --- .../modules/mob/living/simple_animal/hostile/mining/goliath.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/hostile/mining/goliath.dm b/code/modules/mob/living/simple_animal/hostile/mining/goliath.dm index 02ce8bdac58..323976003b8 100644 --- a/code/modules/mob/living/simple_animal/hostile/mining/goliath.dm +++ b/code/modules/mob/living/simple_animal/hostile/mining/goliath.dm @@ -11,7 +11,6 @@ mouse_opacity = MOUSE_OPACITY_OPAQUE move_to_delay = 40 ranged = TRUE - ranged_cooldown = 2 //By default, start the Goliath with his cooldown off so that people can run away quickly on first sight ranged_cooldown_time = 120 friendly = "wails at" speak_emote = list("bellows") @@ -190,4 +189,4 @@ /obj/effect/temp_visual/goliath_tentacle/proc/retract() icon_state = "Goliath_tentacle_retract" deltimer(timerid) - timerid = QDEL_IN(src, 5) + timerid = QDEL_IN(src, 7)