Merge pull request #32928 from ShizCalev/space-leg-slowdown

Fixes humans missing legs moving slower in zero-g enviroments
This commit is contained in:
Leo
2017-11-21 08:01:29 -02:00
committed by CitadelStationBot
parent 065a816183
commit f668f36156
+1 -4
View File
@@ -89,10 +89,7 @@
return TRUE
/mob/living/carbon/human/get_leg_ignore()
if(movement_type & FLYING)
return TRUE
var/obj/item/tank/jetpack/J = get_jetpack()
if(J && J.on && !has_gravity())
if((movement_type & FLYING) || floating)
return TRUE
return FALSE