New campaign map / Fixed #3414

This commit is contained in:
Anuken
2020-11-15 17:11:52 -05:00
parent 9928b0f788
commit 7bd05ad9ad
10 changed files with 27 additions and 8 deletions

View File

@@ -54,7 +54,7 @@ public class BaseAI{
}
//only schedule when there's something to build.
if(data.blocks.isEmpty() && timer.get(timerStep, step)){
if(data.blocks.isEmpty() && timer.get(timerStep, Mathf.lerp(20f, 4f, data.team.rules().aiTier))){
if(!triedWalls){
tryWalls();
triedWalls = true;