fury no longer grounded at end of flight chant

This commit is contained in:
2025-01-28 18:58:15 -06:00
parent cca078f017
commit 2e35e35a6e
@@ -271,6 +271,7 @@ public abstract class AbstractWorldObject extends AbstractGameObject {
if (this.getObjectType().equals(GameObjectType.PlayerCharacter))
if (name.equals("Flight")) {
((PlayerCharacter) this).update(false);
if(!AbstractCharacter.CanFly((PlayerCharacter) this))
PlayerCharacter.GroundPlayer((PlayerCharacter) this);
}
}