Falling one floor is no longer a death sentence (#4759)

This commit is contained in:
Anewbe
2018-02-08 14:59:24 -06:00
committed by Atermonera
parent 251297a2ba
commit f0ce7f9643

View File

@@ -351,7 +351,7 @@
A.fall_impact(hit_atom, damage_min, damage_max, silent = TRUE)
// Take damage from falling and hitting the ground
/mob/living/fall_impact(var/atom/hit_atom, var/damage_min = 0, var/damage_max = 10, var/silent = FALSE, var/planetary = FALSE)
/mob/living/fall_impact(var/atom/hit_atom, var/damage_min = 0, var/damage_max = 5, var/silent = FALSE, var/planetary = FALSE)
var/turf/landing = get_turf(hit_atom)
if(planetary && src.CanParachute())
if(!silent)