Switched default mech to dart / Bugfixes

This commit is contained in:
Anuken
2019-05-03 09:21:45 -04:00
parent 0c396f76b2
commit a161c09441
5 changed files with 3 additions and 16 deletions
@@ -1644,7 +1644,7 @@ public class Blocks implements ContentList{
dartPad = new MechPad("dart-mech-pad"){{
requirements(Category.upgrade, ItemStack.with(Items.lead, 200, Items.graphite, 100, Items.copper, 150));
mech = Mechs.dart;
mech = Mechs.alpha;
size = 2;
consumes.powerBuffered(50f);
}};
@@ -632,7 +632,6 @@ public class Bullets implements ContentList{
}};
oilShot = new LiquidBulletType(Liquids.oil){{
speed = 2f;
drag = 0.03f;
}};
@@ -359,6 +359,6 @@ public class Mechs implements ContentList{
}
};
starter = alpha;
starter = dart;
}
}