diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/MonkEnergy.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/MonkEnergy.java index b8d793d13..db833733e 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/MonkEnergy.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/buffs/MonkEnergy.java @@ -506,6 +506,7 @@ public class MonkEnergy extends Buff implements ActionIndicator.Action { if (Actor.findChar(target) != null){ GLog.w(Messages.get(MeleeWeapon.class, "ability_occupied")); + return; } Ballistica dash = new Ballistica(hero.pos, target, Ballistica.PROJECTILE);