From 2987f76feff632cd458522f2e3f3847f91157437 Mon Sep 17 00:00:00 2001 From: Matthew Kelley Date: Tue, 17 Apr 2018 00:59:11 -0500 Subject: [PATCH] Death Squid hitbox adjustment --- code/modules/mob/living/simple_animal/hostile/deathsquid.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/simple_animal/hostile/deathsquid.dm b/code/modules/mob/living/simple_animal/hostile/deathsquid.dm index e825bb2d273..065247a538d 100644 --- a/code/modules/mob/living/simple_animal/hostile/deathsquid.dm +++ b/code/modules/mob/living/simple_animal/hostile/deathsquid.dm @@ -11,6 +11,8 @@ icon_state = "deathsquid" icon_living = "deathsquid" icon_dead = "deathsquiddead" + pixel_x = -24 + pixel_y = -24 attacktext = "slices" attack_sound = 'sound/weapons/bladeslice.ogg'