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.getClass() == curGuess){
|
||||||
if (item instanceof Ring){
|
if (item instanceof Ring){
|
||||||
((Ring) item).setKnown();
|
((Ring) item).setKnown();
|
||||||
|
Item.updateQuickslot();
|
||||||
} else {
|
} else {
|
||||||
item.identify();
|
item.identify();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user