Balancing / Made pads spawn infinite units

This commit is contained in:
Anuken
2018-08-06 16:58:44 -04:00
parent 77f9d6cb1d
commit aaec04d04a
14 changed files with 69 additions and 55 deletions
@@ -81,7 +81,7 @@ public class Pathfinder{
}
public float getDebugValue(int x, int y){
return paths[Team.red.ordinal()].weights[x][y];
return paths[Team.blue.ordinal()].weights[x][y];
}
public float getValueforTeam(Team team, int x, int y){