mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 15:20:43 +00:00
reduce tolerance for pathfinding to make shells hit target better.
This commit is contained in:
@@ -90,8 +90,6 @@ export class PathFinder {
|
||||
tolerance = 10;
|
||||
} else if (dist > 25) {
|
||||
tolerance = 5;
|
||||
} else if (dist > 10) {
|
||||
tolerance = 3;
|
||||
} else {
|
||||
tolerance = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user