Tech tree tweaks

This commit is contained in:
Anuken
2022-02-13 21:43:45 -05:00
parent 3ebdb5309e
commit 6c30f58507
5 changed files with 7 additions and 3 deletions
@@ -16,7 +16,7 @@ import static mindustry.Vars.*;
public class BaseTurret extends Block{
public float range = 80f;
public float placeOverlapMargin = 8 * 6f;
public float placeOverlapMargin = 8 * 7f;
public float rotateSpeed = 5;
public float coolantUsage = 0.2f;