From 7a81be75bb18231801e45ff36d41f74405e97df2 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sun, 26 Mar 2023 18:58:25 -0400 Subject: [PATCH] v2.0.1: reverted spellbook change for now, caused side-effects --- .../shatteredpixeldungeon/items/artifacts/UnstableSpellbook.java | 1 - 1 file changed, 1 deletion(-) 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 82da0d152..fd16f7293 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,7 +171,6 @@ public class UnstableSpellbook extends Artifact { //do nothing } }); - hero.busy(); } else { scroll.doRead(); Talent.onArtifactUsed(Dungeon.hero);