cant change altitude while stunned

This commit is contained in:
2025-01-09 18:02:04 -06:00
parent 386cdc8c18
commit 3e6655a199
2 changed files with 4 additions and 2 deletions
@@ -499,8 +499,6 @@ public abstract class AbstractCharacter extends AbstractWorldObject {
if(flyer.effects.containsKey("MoveBuff")){
canFly = false;
}
if(flyer.bonuses.getBool(ModType.Stunned, SourceType.None))
canFly = false;
return canFly;