Gamemode-specfic missions / Red-enabled location verification

This commit is contained in:
Anuken
2018-08-01 12:19:17 -04:00
parent 53b6e68a85
commit ba96ea5a0c
11 changed files with 54 additions and 22 deletions
@@ -547,7 +547,7 @@ public class Player extends Unit implements BuilderTrait, CarryTrait, ShooterTra
velocity.add(movement);
}
float prex = x, prey = y;
updateVelocityStatus(mech.drag, 10f);
updateVelocityStatus(mech.drag, mech.maxSpeed);
moved = distanceTo(prex, prey) > 0.01f;
}else{
velocity.setZero();