diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/wands/Wand.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/wands/Wand.java index 801686693..787629f45 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/wands/Wand.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/wands/Wand.java @@ -451,7 +451,7 @@ public abstract class Wand extends Item { if (Dungeon.hero.hasTalent(Talent.LINGERING_MAGIC) && charger != null && charger.target == Dungeon.hero){ - Buff.affect(Dungeon.hero, Talent.LingeringMagicTracker.class, 5f); + Buff.prolong(Dungeon.hero, Talent.LingeringMagicTracker.class, 5f); } Invisibility.dispel();