diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/spells/ClericSpell.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/spells/ClericSpell.java index b9e578754..ad6c6098f 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/spells/ClericSpell.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/spells/ClericSpell.java @@ -70,6 +70,7 @@ public abstract class ClericSpell { hero.buff(Talent.SatiatedSpellsTracker.class).detach(); } tome.spendCharge(chargeUse(hero)); + Talent.onArtifactUsed(hero); if (hero.buff(AscendedForm.AscendBuff.class) != null){ hero.buff(AscendedForm.AscendBuff.class).spellCasts++; hero.buff(AscendedForm.AscendBuff.class).incShield((int)(10*chargeUse(hero)));