Added poison upgrade. Tweaked digging upgrade so it actually worked.
This commit is contained in:
parent
04f5b7a584
commit
fbaf5de9ab
9 changed files with 169 additions and 13 deletions
|
@ -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"));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue