Fireman Stair Fixes (#17974)

* Fireman Stair Fixes

* updated cl
This commit is contained in:
Geeves
2023-12-20 13:19:58 +00:00
committed by GitHub
parent 1e73c993b3
commit e68ebfe192
4 changed files with 24 additions and 10 deletions
+3
View File
@@ -85,6 +85,9 @@ SUBSYSTEM_DEF(falling)
if (falling[victim] <= 1) // Just moving down a flight, skip damage.
victim.multiz_falling = 0
falling -= victim
for(var/obj/item/grab/grab in victim)
if(grab.affecting)
grab.affecting.forceMove(victim.loc)
else
// Falling more than a level, fuck 'em up.
victim.fall_impact(falling[victim], FALSE)