Unit factory production list

This commit is contained in:
Anuken
2020-10-24 15:11:27 -04:00
parent ddbca62f92
commit 819686e812
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import static mindustry.Vars.*;
public class LogicAI extends AIController{
/** Minimum delay between item transfers. */
public static final float transferDelay = 60f * 3f;
public static final float transferDelay = 60f * 2f;
/** Time after which the unit resets its controlled and reverts to a normal unit. */
public static final float logicControlTimeout = 10f * 60f;