v1.2.0: fixed some cases of unstable spellbook not updating quickslots
This commit is contained in:
parent
6b52643082
commit
fab26bd1db
|
@ -156,6 +156,7 @@ public class UnstableSpellbook extends Artifact {
|
|||
fScroll.doRead();
|
||||
Talent.onArtifactUsed(Dungeon.hero);
|
||||
}
|
||||
updateQuickslot();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -190,6 +191,7 @@ public class UnstableSpellbook extends Artifact {
|
|||
@Override
|
||||
public void call() {
|
||||
scroll.doRead();
|
||||
Item.updateQuickslot();
|
||||
}
|
||||
});
|
||||
detach();
|
||||
|
|
Loading…
Reference in New Issue
Block a user