Finalized gravity bouncing.

Conflicts:
	code/modules/mob/living/carbon/human/human_movement.dm
This commit is contained in:
Giacomand
2014-06-17 01:14:56 -04:00
committed by ZomgPonies
parent f32f2b329f
commit 08e6e8f2e2
@@ -79,10 +79,7 @@
if(((!check_drift) || (check_drift && J.stabilization_on)) && (!lying) && (J.allow_thrust(0.01, src)))
inertia_dir = 0
return 1
// if(!check_drift && J.allow_thrust(0.01, src))
// return 1
//If no working jetpack then use the other checks
//If no working jetpack or magboots then use the other checks
if(..()) return 1
return 0