v2.5.0: fixed curItem not being updated by upgrade selection re-show

This commit is contained in:
Evan Debenham
2024-08-30 15:04:34 -04:00
parent 54917b94f4
commit ab3ed71d52
2 changed files with 2 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ public class ScrollOfUpgrade extends InventoryScroll {
public void reShowSelector(boolean force){
identifiedByUse = force;
curItem = this;
GameScene.selectItem(itemSelector);
}

View File

@@ -64,6 +64,7 @@ public class MagicalInfusion extends InventorySpell {
}
public void reShowSelector(){
curItem = this;
GameScene.selectItem(itemSelector);
}