All stat stuff converted to non-enums

This commit is contained in:
Anuken
2022-04-29 12:10:49 -04:00
parent a2d4363c9f
commit db7e567832
9 changed files with 163 additions and 124 deletions

View File

@@ -20,7 +20,7 @@ import mindustry.world.meta.*;
import static mindustry.Vars.*;
public class RepairPoint extends Block{
public class RepairTurret extends Block{
static final Rect rect = new Rect();
static final Rand rand = new Rand();
@@ -50,7 +50,7 @@ public class RepairPoint extends Block{
public Color laserColor = Color.valueOf("98ffa9"), laserTopColor = Color.white.cpy();
public RepairPoint(String name){
public RepairTurret(String name){
super(name);
update = true;
solid = true;