Fix and nerf Coat of Arms
It was a bit broken. (~2000 LP for killing a zombie >.>) We'll see how it goes now.
This commit is contained in:
parent
978e50a42e
commit
b34dbfbe4e
2 changed files with 4 additions and 3 deletions
|
@ -18,7 +18,7 @@ import java.util.List;
|
|||
|
||||
public class ItemPackSacrifice extends ItemArmor implements IAltarManipulator
|
||||
{
|
||||
public final int CONVERSION = 50; // How much LP per heart
|
||||
public final int CONVERSION = 20; // How much LP per heart
|
||||
public final int CAPACITY = 10000; // Max LP storage
|
||||
|
||||
public ItemPackSacrifice()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue