Fixed build error / Added per-type drone mine config

This commit is contained in:
Anuken
2018-07-24 10:15:25 -04:00
parent bf8f565631
commit 81bf28e4ed
4 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
package io.anuke.mindustry.content;
import com.badlogic.gdx.utils.Array;
import com.badlogic.gdx.utils.ObjectSet;
import io.anuke.mindustry.entities.units.UnitType;
import io.anuke.mindustry.entities.units.types.*;
import io.anuke.mindustry.game.Content;
@@ -69,6 +70,7 @@ public class UnitTypes implements ContentList{
buildPower = 0.9f;
minePower = 1.1f;
healSpeed = 0.09f;
toMine = ObjectSet.with(Items.lead, Items.tungsten, Items.titanium);
}};
}