Merge pull request #4052 from Citadel-Station-13/upstream-merge-32928
[MIRROR] Fixes humans missing legs moving slower in zero-g enviroments
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user