Allows Teshari to glide in some multiz fall conditions.

This commit is contained in:
MistakeNot4892
2021-03-21 22:59:36 -04:00
committed by VirgoBot
parent 24c74b40b0
commit 9a7406aede
5 changed files with 83 additions and 4 deletions
+4 -2
View File
@@ -501,8 +501,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