v2.4.0: fixed sneak granting 2 effective turns of invis instead of 1
This commit is contained in:
@@ -117,7 +117,7 @@ public class Dagger extends MeleeWeapon {
|
||||
}
|
||||
|
||||
wep.beforeAbilityUsed(hero, null);
|
||||
Buff.affect(hero, Invisibility.class, Actor.TICK);
|
||||
Buff.affect(hero, Invisibility.class);
|
||||
hero.next();
|
||||
|
||||
Dungeon.hero.sprite.turnTo( Dungeon.hero.pos, target);
|
||||
|
||||
Reference in New Issue
Block a user