v3.1.0: fixed ally swapping not counting as movement for shurikens
This commit is contained in:
@@ -298,6 +298,7 @@ public abstract class Char extends Actor {
|
|||||||
if (Dungeon.hero.subClass == HeroSubClass.FREERUNNER){
|
if (Dungeon.hero.subClass == HeroSubClass.FREERUNNER){
|
||||||
Buff.affect(Dungeon.hero, Momentum.class).gainStack();
|
Buff.affect(Dungeon.hero, Momentum.class).gainStack();
|
||||||
}
|
}
|
||||||
|
Dungeon.hero.justMoved = true;
|
||||||
|
|
||||||
Dungeon.hero.busy();
|
Dungeon.hero.busy();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user