From 0a0e1684a65dd209ebf55cd05dc9c887aac33249 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 4 Feb 2023 17:42:02 +0100 Subject: [PATCH] [MIRROR] Deletes Rapid_melee on wendigo [MDB IGNORE] (#19153) * Deletes Rapid_melee on wendigo (#73189) Deletes Rapid_melee on wendigo. Currently Wendigo has a rare chance (or maybe some weird trigger that I was only rarely able to activate) of activating rapid_melee, causing it to attack 8 times per second. I don't think Wendigo doing 224 damage to someone wearing Ash Drake armor is intended so I think it's safe to say this is an unintended bug. * Deletes Rapid_melee on wendigo --------- Co-authored-by: Xander3359 <66163761+Xander3359@users.noreply.github.com> --- .../mob/living/simple_animal/hostile/megafauna/wendigo.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/hostile/megafauna/wendigo.dm b/code/modules/mob/living/simple_animal/hostile/megafauna/wendigo.dm index 3fc75b75742..ad84b622b89 100644 --- a/code/modules/mob/living/simple_animal/hostile/megafauna/wendigo.dm +++ b/code/modules/mob/living/simple_animal/hostile/megafauna/wendigo.dm @@ -34,8 +34,6 @@ Difficulty: Hard aggro_vision_range = 18 // man-eating for a reason speed = 6 move_to_delay = 6 - rapid_melee = 8 // every 1/4 second - melee_queue_distance = 18 // as far as possible really, need this because of charging and teleports ranged = TRUE pixel_x = -16 base_pixel_x = -16