Merge pull request #1286 from tterrag1098/patch-5
Armored jetpack now gives a reasonable amount of protection
This commit is contained in:
commit
5c0e7532b6
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ public class ItemJetpack extends ItemArmor implements IGasItem, ISpecialArmor
|
||||||
}
|
}
|
||||||
else if(this == Mekanism.ArmoredJetpack)
|
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);
|
return new ArmorProperties(0, 0, 0);
|
||||||
|
|
Loading…
Reference in a new issue