From 7c35f60ce6e0f8d6f81d3333e7aeefc518ad34f6 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Tue, 21 Mar 2023 13:06:22 -0400 Subject: [PATCH] v2.0.1: hero is now busy after opening spellbook window, fixes exploits --- .../shatteredpixeldungeon/items/artifacts/UnstableSpellbook.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/UnstableSpellbook.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/UnstableSpellbook.java index fd16f7293..82da0d152 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/UnstableSpellbook.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/artifacts/UnstableSpellbook.java @@ -171,6 +171,7 @@ public class UnstableSpellbook extends Artifact { //do nothing } }); + hero.busy(); } else { scroll.doRead(); Talent.onArtifactUsed(Dungeon.hero);