Added damage boost and attack speed penalty for the Destructive sentient armour

This commit is contained in:
WayofTime 2016-03-31 12:37:39 -04:00
parent d7191d9f2e
commit b1a532950d
3 changed files with 76 additions and 3 deletions

View file

@ -260,7 +260,7 @@ public class ItemLivingArmour extends ItemArmor implements ISpecialArmor, IMeshP
@Override
public String getUnlocalizedName(ItemStack stack)
{
return super.getUnlocalizedName(stack) + names[armorType.getIndex()];
return super.getUnlocalizedName(stack) + names[3 - armorType.getIndex()];
}
@Override