Armored jetpack now gives a reasonable amount of protection

This commit is contained in:
tterrag1098 2014-04-10 23:03:14 -04:00
parent 1a111cc9dd
commit 9e53b6f5bc

View file

@ -282,7 +282,7 @@ public class ItemJetpack extends ItemArmor implements IGasItem, ISpecialArmor
}
else if(this == Mekanism.ArmoredJetpack)
{
return new ArmorProperties(1, 0.8, 5);
return new ArmorProperties(1, 0.8, 115);
}
return new ArmorProperties(0, 0, 0);