v3.3.0: fixed recall inscription triggering on-scroll fx (inc. itself!)

This commit is contained in:
Evan Debenham
2025-11-27 12:44:51 -05:00
parent 5278839903
commit 5591ab1ddb

View File

@@ -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();