mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
Finalized gravity bouncing.
Conflicts: code/modules/mob/living/carbon/human/human_movement.dm
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user