Added mining

This commit is contained in:
Anuken
2018-06-02 11:13:07 -04:00
parent 3fe7e4e8da
commit ae6b4211b9
12 changed files with 486 additions and 398 deletions

View File

@@ -14,7 +14,7 @@ public class Mechs implements ContentList {
}};
standardShip = new Mech("standard-ship", true){{
drillPower = 1;
}};
}
}