v0.2.3f: further tweaks to quickslot logic
This commit is contained in:
@@ -400,9 +400,7 @@ public class Item implements Bundlable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void updateQuickslot() {
|
public void updateQuickslot() {
|
||||||
if (Dungeon.quickslot.contains( this )) {
|
|
||||||
QuickSlotButton.refresh();
|
QuickSlotButton.refresh();
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final String QUANTITY = "quantity";
|
private static final String QUANTITY = "quantity";
|
||||||
|
|||||||
Reference in New Issue
Block a user