v0.2.3f: corrected errors added in previous commit
This commit is contained in:
@@ -264,6 +264,8 @@ public class Item implements Bundlable {
|
|||||||
cursed = false;
|
cursed = false;
|
||||||
cursedKnown = true;
|
cursedKnown = true;
|
||||||
this.level++;
|
this.level++;
|
||||||
|
|
||||||
|
updateQuickslot();
|
||||||
|
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
@@ -399,7 +401,7 @@ public class Item implements Bundlable {
|
|||||||
|
|
||||||
public void updateQuickslot() {
|
public void updateQuickslot() {
|
||||||
if (Dungeon.quickslot.contains( this )) {
|
if (Dungeon.quickslot.contains( this )) {
|
||||||
updateQuickslot();
|
QuickSlotButton.refresh();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user