From b28bf70a2fd76b13d33bcdce63dedaf5da575da5 Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Mon, 17 May 2021 15:53:31 -0400 Subject: [PATCH] Merge pull request #10345 from Heroman3003/spdrfix Fixes pixel offsets resetting on Giant Spider Queen --- .../subtypes/animal/giant_spider/giant_spider_vr.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/giant_spider/giant_spider_vr.dm b/code/modules/mob/living/simple_mob/subtypes/animal/giant_spider/giant_spider_vr.dm index 9214aaa226..f30423490d 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/giant_spider/giant_spider_vr.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/giant_spider/giant_spider_vr.dm @@ -47,9 +47,10 @@ attack_armor_pen = 25 pixel_x = -16 - pixel_y = -16 + pixel_y = 0 + default_pixel_x = -16 old_x = -16 - old_y = -16 + old_y = 0 /mob/living/simple_mob/animal/giant_spider/webslinger/event // YW CHANGE ai_holder_type = /datum/ai_holder/simple_mob/event