Fixes raptor shift-hover menu being offset, and other visual offset issues (#95630)

This commit is contained in:
SmArtKar
2026-04-05 18:47:26 -04:00
committed by GitHub
parent 92a48e2b14
commit e58c6e6565
4 changed files with 3 additions and 39 deletions
@@ -691,12 +691,6 @@
TEXT_WEST = list(0, 0, MOB_BELOW_PIGGYBACK_LAYER),
)
/datum/component/riding/creature/raptor/update_parent_layer_and_offsets(dir, animate)
. = ..()
var/mob/living/basic/raptor/raptor = parent
if (istype(raptor))
raptor.adjust_offsets(dir)
/datum/component/riding/creature/raptor/combat
ai_behavior_while_ridden = RIDING_PAUSE_AI_MOVEMENT