Sigils should only stack to 1

This commit is contained in:
Nicholas Ignoffo 2018-02-18 15:55:52 -08:00
parent c5b0b61315
commit 64336f6f78

View file

@ -17,6 +17,8 @@ public class ItemSigil extends Item implements IBindable, ISigil {
super();
this.lpUsed = lpUsed;
setMaxStackSize(1);
}
public boolean isUnusable(ItemStack stack) {