Big commitment~
This commit is contained in:
parent
a92efa364d
commit
4f9fad22c5
24 changed files with 1122 additions and 182 deletions
|
@ -82,7 +82,13 @@ public class SacrificialDagger extends Item
|
|||
return par1ItemStack;
|
||||
}
|
||||
|
||||
findAndFillAltar(par2World, par3EntityPlayer, 200);
|
||||
if(par3EntityPlayer.isPotionActive(AlchemicalWizardry.customPotionSoulFray))
|
||||
{
|
||||
findAndFillAltar(par2World, par3EntityPlayer, 20);
|
||||
}else
|
||||
{
|
||||
findAndFillAltar(par2World, par3EntityPlayer, 200);
|
||||
}
|
||||
|
||||
if (par3EntityPlayer.getHealth() <= 0.001f)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue