mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-16 13:13:03 +00:00
Merge pull request #1967 from CHOMPStationBot/upstream-merge-10345
[MIRROR] Fixes pixel offsets resetting on Giant Spider Queen
This commit is contained in:
@@ -47,9 +47,10 @@
|
|||||||
attack_armor_pen = 25
|
attack_armor_pen = 25
|
||||||
|
|
||||||
pixel_x = -16
|
pixel_x = -16
|
||||||
pixel_y = -16
|
pixel_y = 0
|
||||||
|
default_pixel_x = -16
|
||||||
old_x = -16
|
old_x = -16
|
||||||
old_y = -16
|
old_y = 0
|
||||||
|
|
||||||
/mob/living/simple_mob/animal/giant_spider/webslinger/event // YW CHANGE
|
/mob/living/simple_mob/animal/giant_spider/webslinger/event // YW CHANGE
|
||||||
ai_holder_type = /datum/ai_holder/simple_mob/event
|
ai_holder_type = /datum/ai_holder/simple_mob/event
|
||||||
|
|||||||
Reference in New Issue
Block a user