fly speed changes finished

This commit is contained in:
2024-09-10 20:26:42 -05:00
parent 27b6665717
commit 1996d042f0
@@ -500,6 +500,9 @@ public abstract class AbstractCharacter extends AbstractWorldObject {
if (bonus != null && !bonus.getBool(ModType.NoMod, SourceType.Fly) && bonus.getBool(ModType.Fly, SourceType.None) && flyer.isAlive()) {
canFly = true;
}
if(flyer.effects.containsKey("MoveBuff")){
canFly = false;
}
return canFly;