inlined NUM_GEMPROPS so Item can remain unchanged for the time being

This commit is contained in:
Collin Smith
2020-09-02 16:27:55 -07:00
parent d4102d7fa7
commit 8cbcb814d1

View File

@ -1,9 +1,7 @@
package com.riiablo.attributes;
import com.riiablo.item.Item;
public class GemAttributes extends Attributes {
private static final int NUM_GEMPROPS = Item.NUM_GEMPROPS; // TODO: move this somewhere else
private static final int NUM_GEMPROPS = 3; // TODO: move this somewhere else
GemAttributes() {
super(StatList.obtain(NUM_GEMPROPS));