Misc balance, tweaks, configuration...

This commit is contained in:
Anuken
2022-10-28 15:13:52 -04:00
parent cc79568cbd
commit b9892335d4
6 changed files with 20 additions and 16 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ public class BuilderAI extends AIController{
}
//TODO this is bad, rebuild time should not depend on AI here
float rebuildTime = (unit.team.rules().rtsAi ? 12f : 2f) * 60f;
float rebuildTime = (unit.team.rules().rtsAi ? 8f : 2f) * 60f;
//find new plan
if(!onlyAssist && !unit.team.data().plans.isEmpty() && following == null && timer.get(timerTarget3, rebuildTime)){