v3.1.0: fixed ally swapping not counting as movement for shurikens

This commit is contained in:
Evan Debenham
2025-04-03 12:25:45 -04:00
parent 7f6c749e5b
commit 3b7356a4d3

View File

@@ -298,6 +298,7 @@ public abstract class Char extends Actor {
if (Dungeon.hero.subClass == HeroSubClass.FREERUNNER){
Buff.affect(Dungeon.hero, Momentum.class).gainStack();
}
Dungeon.hero.justMoved = true;
Dungeon.hero.busy();
}