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