Fixed 'spark' name conflict
This commit is contained in:
@@ -1728,7 +1728,7 @@ public class Blocks implements ContentList{
|
||||
coreBastion = new CoreBlock("core-bastion"){{
|
||||
requirements(Category.effect, BuildVisibility.editorOnly, with(Items.beryllium, 1000, Items.graphite, 1000));
|
||||
|
||||
unitType = UnitTypes.spark;
|
||||
unitType = UnitTypes.evoke;
|
||||
health = 3000;
|
||||
itemCapacity = 3000; //TODO more or less?
|
||||
size = 3;
|
||||
|
||||
@@ -40,7 +40,7 @@ public class UnitTypes implements ContentList{
|
||||
|
||||
//air
|
||||
public static @EntityDef({Unitc.class}) UnitType flare, eclipse, horizon, zenith, antumbra,
|
||||
spark;
|
||||
evoke; //elicit, incite?
|
||||
|
||||
//air, legacy
|
||||
public static @EntityDef(value = {Unitc.class}, legacy = true) UnitType mono;
|
||||
@@ -2412,7 +2412,7 @@ public class UnitTypes implements ContentList{
|
||||
}};
|
||||
|
||||
//TODO bad name
|
||||
spark = new UnitType("spark"){{
|
||||
evoke = new UnitType("evoke"){{
|
||||
defaultController = BuilderAI::new;
|
||||
isCounted = false;
|
||||
envDisabled = 0;
|
||||
|
||||
Reference in New Issue
Block a user