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:
Nick 2016-01-07 18:15:23 -08:00
parent 978e50a42e
commit b34dbfbe4e
2 changed files with 4 additions and 3 deletions

View file

@ -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()