diff --git a/src/physics.rs b/src/physics.rs index 7ada60a..f086358 100644 --- a/src/physics.rs +++ b/src/physics.rs @@ -1477,6 +1477,7 @@ impl crate::instruction::InstructionConsumer for PhysicsStat Some(crate::model::ContactingBehaviour::Ladder(contacting_ladder))=>{ if contacting_ladder.sticky{ //kill v + //actually you could do this with a booster attribute :thinking: v=Planar64Vec3::ZERO;//model.velocity } //ladder walkstate