Added poison upgrade. Tweaked digging upgrade so it actually worked.

This commit is contained in:
WayofTime 2016-01-05 10:29:50 -05:00
parent 04f5b7a584
commit fbaf5de9ab
9 changed files with 169 additions and 13 deletions

View file

@ -80,7 +80,7 @@ public class LivingArmour
public void notifyPlayerOfUpgrade(EntityPlayer user, LivingArmourUpgrade upgrade)
{
ChatUtil.sendNoSpam(user, TextHelper.localize(chatBase + "newUpgrade"));
ChatUtil.sendChat(user, TextHelper.localize(chatBase + "newUpgrade"));
}
/**