mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-23 13:17:03 +01:00
Allows Teshari to glide in some multiz fall conditions. (#7990)
* Allows Teshari to glide in some multiz fall conditions. * Carried mobs will now fall off you if you go prone.
This commit is contained in:
@@ -442,8 +442,10 @@
|
||||
adjustBruteLoss(rand(damage_min, damage_max))
|
||||
Weaken(4)
|
||||
updatehealth()
|
||||
return
|
||||
return
|
||||
|
||||
/mob/living/carbon/human/fall_impact(atom/hit_atom, damage_min, damage_max, silent, planetary)
|
||||
if(!species?.handle_falling(src, hit_atom, damage_min, damage_max, silent, planetary))
|
||||
..()
|
||||
|
||||
//Using /atom/movable instead of /obj/item because I'm not sure what all humans can pick up or wear
|
||||
/atom/movable
|
||||
|
||||
Reference in New Issue
Block a user