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:
MistakeNot4892
2021-03-21 17:58:26 -09:00
committed by GitHub
parent 47d2c55157
commit 0b5bb3fbf0
5 changed files with 81 additions and 4 deletions
+4 -2
View File
@@ -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