no movement buffs while flying, cannot fly if you have a movement buff applied

This commit is contained in:
2024-08-29 20:36:41 -05:00
parent 56f3dfce92
commit 9d7f9ce7b3
+1 -1
View File
@@ -294,7 +294,7 @@ public enum PowersManager {
if(playerCharacter.isFlying()) {
for (ActionsBase ab : pb.getActions()) {
if (ab.stackType.equalsIgnoreCase("MoveBuff")) {
PlayerCharacter.GroundPlayer(playerCharacter);
return true;
}
}
}