Shift certain flying mob positions upon death (#85942)

## About The Pull Request

Chasing more side effects of offsetting mobs and giving them shadows.


![dreamseeker_dd0UwOHLV6](https://github.com/user-attachments/assets/1f619084-77f4-41d8-9d0c-eacd63bbf58c)
Some mobs are "flying" while they are alive, but not while they are
dead.
Some mobs (like Watchers) offset their death sprites in the dmi to make
it look like they have dropped to the ground, others do not bother.

For the ones which don't, we want to shift them down ourselves so it
doesn't look like the corpse is levitating.

I'm willing to accept better suggestions for how to implement this but
this seemed like the most obvious.

## Why It's Good For The Game

No more levitating corpses

## Changelog

🆑
fix: Carp, bat, parrot, and dragon corpses no longer float in the air.
/🆑
This commit is contained in:
Jacquerel
2024-08-19 02:01:41 +02:00
committed by GitHub
parent ca57719bcc
commit 2016156d6f
7 changed files with 54 additions and 5 deletions
@@ -31,6 +31,9 @@
obj_damage = 0
unsuitable_atmos_damage = 0
shadow_type = SHADOW_SMALL
death_offset_y = -3
ai_controller = /datum/ai_controller/basic_controller/space_bat
/mob/living/basic/bat/Initialize(mapload)