mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Shift certain flying mob positions upon death (#85942)
## About The Pull Request Chasing more side effects of offsetting mobs and giving them shadows.  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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user