public bool ShouldBonkAgainstWall() { return (Motor.IsTouchingWall && Forward.ComponentAlong(-Motor.LastWallNormal) > 0.5f); }