v2.3.0: fixed remains items being upgradeable
This commit is contained in:
+5
@@ -66,6 +66,11 @@ public abstract class RemainsItem extends Item {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean isUpgradable() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int value() {
|
public int value() {
|
||||||
return 50;
|
return 50;
|
||||||
|
|||||||
Reference in New Issue
Block a user