mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
Fixes raptor shift-hover menu being offset, and other visual offset issues (#95630)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user