diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/spells/RecallInscription.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/spells/RecallInscription.java index 2a3ab966a..5fe947307 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/spells/RecallInscription.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/spells/RecallInscription.java @@ -75,6 +75,7 @@ public class RecallInscription extends ClericSpell { if (item instanceof Scroll){ ((Scroll) item).anonymize(); + ((Scroll) item).talentChance = 0; //does not trigger on-scroll effects ((Scroll) item).doRead(); } else if (item instanceof Runestone){ ((Runestone) item).anonymize();