Workshop crash fix / Mine balancing

This commit is contained in:
Anuken
2019-09-28 15:14:29 -04:00
parent 438b3d9752
commit 000b23d703
4 changed files with 11 additions and 5 deletions

View File

@@ -220,7 +220,7 @@ public class Mechs implements ContentList{
dart = new Mech("dart-ship", true){
{
drillPower = 1;
mineSpeed = 0.9f;
mineSpeed = 3f;
speed = 0.5f;
drag = 0.09f;
health = 200f;