v3.3.0: fixed recall inscription triggering on-scroll fx (inc. itself!)
This commit is contained in:
@@ -75,6 +75,7 @@ public class RecallInscription extends ClericSpell {
|
|||||||
|
|
||||||
if (item instanceof Scroll){
|
if (item instanceof Scroll){
|
||||||
((Scroll) item).anonymize();
|
((Scroll) item).anonymize();
|
||||||
|
((Scroll) item).talentChance = 0; //does not trigger on-scroll effects
|
||||||
((Scroll) item).doRead();
|
((Scroll) item).doRead();
|
||||||
} else if (item instanceof Runestone){
|
} else if (item instanceof Runestone){
|
||||||
((Runestone) item).anonymize();
|
((Runestone) item).anonymize();
|
||||||
|
|||||||
Reference in New Issue
Block a user