This commit is contained in:
Leijurv 2018-11-12 14:43:39 -08:00
parent 0ce4107d56
commit 7fecd1a5dd
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public class GoalRunAway implements Goal {
}
min = -min;
if (maintainY.isPresent()) {
min = min * 0.6 + GoalYLevel.calculate(maintainY.get(), y);
min = min * 0.5 + GoalYLevel.calculate(maintainY.get(), y);
}
return min;
}