mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Falling onto space no longer hurts (#4774)
This commit is contained in:
@@ -321,6 +321,13 @@
|
|||||||
/turf/simulated/open/check_impact(var/atom/movable/falling_atom)
|
/turf/simulated/open/check_impact(var/atom/movable/falling_atom)
|
||||||
return FALSE
|
return FALSE
|
||||||
|
|
||||||
|
// Or actual space.
|
||||||
|
/turf/space/CheckFall(var/atom/movable/falling_atom)
|
||||||
|
return FALSE
|
||||||
|
|
||||||
|
/turf/space/check_impact(var/atom/movable/falling_atom)
|
||||||
|
return FALSE
|
||||||
|
|
||||||
// We return 1 without calling fall_impact in order to provide a soft landing. So nice.
|
// We return 1 without calling fall_impact in order to provide a soft landing. So nice.
|
||||||
// Note this really should never even get this far
|
// Note this really should never even get this far
|
||||||
/obj/structure/stairs/CheckFall(var/atom/movable/falling_atom)
|
/obj/structure/stairs/CheckFall(var/atom/movable/falling_atom)
|
||||||
|
|||||||
Reference in New Issue
Block a user