v2.2.1: fixed some game actions being possible while meditating.

This commit is contained in:
Evan Debenham
2023-10-25 14:28:57 -04:00
parent 73b3dcb92c
commit 936d6a014b

View File

@@ -666,6 +666,7 @@ public class MonkEnergy extends Buff implements ActionIndicator.Action {
}, hero.cooldown()-1);
hero.next();
hero.busy();
Buff.affect(hero, MonkEnergy.class).abilityUsed(this);
}