v3.1.0: Duelist can no longer stack invis using dagger ability

This commit is contained in:
Evan Debenham
2025-05-16 13:20:14 -04:00
parent 537f6b2461
commit 8b900c7bdf

View File

@@ -125,7 +125,7 @@ public class Dagger extends MeleeWeapon {
}
wep.beforeAbilityUsed(hero, null);
Buff.affect(hero, Invisibility.class, invisTurns-1); //1 fewer turns as ability is instant
Buff.prolong(hero, Invisibility.class, invisTurns-1); //1 fewer turns as ability is instant
Dungeon.hero.sprite.turnTo( Dungeon.hero.pos, target);
Dungeon.hero.pos = target;