minor fix for refreshing overlay

This commit is contained in:
Anthony Calosa
2025-08-23 21:38:52 +08:00
parent efe7d67d9f
commit e1f4d755e0

View File

@@ -148,6 +148,7 @@ public class InventoryScene extends UIScene {
Forge.getLocalizer().getMessage("lblNo"), () -> {
if (data.isCracked) {
data.isCracked = false;
updateInventory();
setSelected(selected);
Current.player().takeGold(cost);
}