mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-05 23:11:52 +00:00
@@ -627,7 +627,7 @@
|
||||
if (stat == DEAD)
|
||||
SSfeedback.IncrementSimpleStat("openturf_human_deaths")
|
||||
|
||||
/mob/living/carbon/human/bst/fall_impact()
|
||||
/mob/living/carbon/human/bst/fall_impact(var/damage_mod)
|
||||
return FALSE
|
||||
|
||||
/mob/living/heavy_vehicle/fall_impact(levels_fallen, stopped_early = FALSE, var/damage_mod = 1)
|
||||
|
||||
@@ -25,8 +25,7 @@
|
||||
/turf/simulated/open/Enter(mob/living/carbon/human/mover, atom/oldloc)
|
||||
if (istype(mover) && isturf(oldloc))
|
||||
if (mover.Check_Shoegrip(FALSE) && mover.can_fall(below, src))
|
||||
to_chat(mover, span("notice",
|
||||
"You are stopped from falling off the edge by \the [mover.shoes] you're wearing!"))
|
||||
to_chat(mover, span("notice", "You are stopped from falling off the edge by \the [mover.shoes] you're wearing!"))
|
||||
return FALSE
|
||||
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user