Sigil of Holding Shenanigans
This commit is contained in:
parent
2122fba1bc
commit
bf045dbebd
|
@ -34,13 +34,11 @@ import com.google.common.base.Strings;
|
|||
|
||||
public class ItemSigilHolding extends ItemSigilBase implements IKeybindable, IAltarReader
|
||||
{
|
||||
public static int inventorySize;
|
||||
public static int inventorySize = 5;
|
||||
|
||||
public ItemSigilHolding()
|
||||
{
|
||||
super("holding");
|
||||
|
||||
inventorySize = 5;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue