v2.0.1: hero is now busy after opening spellbook window, fixes exploits

This commit is contained in:
Evan Debenham
2023-03-21 13:06:22 -04:00
parent 8abd72c373
commit 7c35f60ce6

View File

@@ -171,6 +171,7 @@ public class UnstableSpellbook extends Artifact {
//do nothing
}
});
hero.busy();
} else {
scroll.doRead();
Talent.onArtifactUsed(Dungeon.hero);