Increase torque of gears

This commit is contained in:
Robert S 2014-04-10 17:51:26 -04:00
parent f089f1301b
commit 4b7b50623c

View file

@ -86,11 +86,11 @@ public class PartGear extends PartMechanical implements IMultiBlockStructure<Par
switch (tier) switch (tier)
{ {
default: default:
return 0.03; return 0.3;
case 1: case 1:
return 0.02; return 0.2;
case 2: case 2:
return 0.01; return 0.1;
case 10: case 10:
return 0; return 0;
} }