mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-31 15:09:21 +07:00
inlined NUM_GEMPROPS so Item can remain unchanged for the time being
This commit is contained in:
@ -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));
|
||||
|
Reference in New Issue
Block a user