v3.2.0: fixed inventory pane not updating with intuition on rings
This commit is contained in:
@@ -118,6 +118,7 @@ public class StoneOfIntuition extends InventoryStone {
|
||||
if (item.getClass() == curGuess){
|
||||
if (item instanceof Ring){
|
||||
((Ring) item).setKnown();
|
||||
Item.updateQuickslot();
|
||||
} else {
|
||||
item.identify();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user