Fixed mobile consume frag / Added ability for ship to mine

This commit is contained in:
Anuken
2018-07-12 15:44:05 -04:00
parent 8e9adeb4b4
commit 454267455b
2 changed files with 4 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ public class Mechs implements ContentList {
}};
dart = new Mech("dart-ship", true){{
drillPower = -1;
drillPower = 1;
speed = 0.4f;
maxSpeed = 3f;
drag = 0.1f;