Targeting fixes / command center fixes

This commit is contained in:
Anuken
2018-08-07 11:59:16 -04:00
parent a1dbbbdafc
commit 4b61f273d5
5 changed files with 10 additions and 9 deletions

View File

@@ -133,7 +133,7 @@ public class Sectors{
}
private void initSector(Sector sector){
double waveChance = 0.3;
double waveChance = 0.2;
sector.difficulty = (int)(Mathf.dst(sector.x, sector.y));