Pushed a beta release
This commit is contained in:
parent
b30d6de13c
commit
f08363b74a
9 changed files with 123 additions and 29 deletions
|
@ -75,6 +75,11 @@ public class EnergyBattery extends Item implements ArmourUpgrade, IBindable, IBl
|
|||
{
|
||||
return par1ItemStack;
|
||||
}
|
||||
|
||||
if(itemTag.getString("ownerName").equals(SpellHelper.getUsername(par3EntityPlayer)))
|
||||
{
|
||||
SoulNetworkHandler.setMaxOrbToMax(itemTag.getString("ownerName"), this.orbLevel);
|
||||
}
|
||||
|
||||
SoulNetworkHandler.addCurrentEssenceToMaximum(itemTag.getString("ownerName"), 200, this.getMaxEssence());
|
||||
EnergyItems.hurtPlayer(par3EntityPlayer, 200);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue