Added Ritual: Song of the Cleansing Soul to remove Living Armour upgrades from the armour.
This commit is contained in:
parent
b5c8c2242a
commit
7610329d0a
12 changed files with 256 additions and 65 deletions
|
@ -19,6 +19,8 @@ public interface ILivingArmour
|
|||
|
||||
public boolean upgradeArmour(EntityPlayer user, LivingArmourUpgrade upgrade);
|
||||
|
||||
public boolean removeUpgrade(EntityPlayer user, LivingArmourUpgrade upgrade);
|
||||
|
||||
public void notifyPlayerOfUpgrade(EntityPlayer user, LivingArmourUpgrade upgrade);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue