diff --git a/code/modules/mining/lavaland/megafauna_loot.dm b/code/modules/mining/lavaland/megafauna_loot.dm index 8fe01bd4d1a..159e54ea883 100644 --- a/code/modules/mining/lavaland/megafauna_loot.dm +++ b/code/modules/mining/lavaland/megafauna_loot.dm @@ -439,7 +439,7 @@ return if(pixel_x != base_pixel_x || pixel_y != base_pixel_y) animate(src, 0.2 SECONDS, pixel_x = base_pixel_y, pixel_y = base_pixel_y, flags = ANIMATION_PARALLEL) - Move(get_step(src, direction), direction) + Move(get_step_multiz(src, direction), direction) COOLDOWN_START(src, move_cooldown, (direction in GLOB.cardinals) ? 0.1 SECONDS : 0.2 SECONDS) /obj/item/soulscythe/throw_impact(atom/hit_atom, datum/thrownthing/throwingdatum)