entity.setHullDown(false);
}
if (step.getType() == MovePath.STEP_UNJAM_RAC) {
entity.setUnjammingRAC(true);
game.addAction(new UnjamAction(entity.getId()));
// for Aeros this will end movement prematurely
// if we break
if (!(entity instanceof Aero)) {
break;