v3.0.1: feint ability no longer autotargets

This commit is contained in:
Evan Debenham
2025-03-05 16:04:04 -05:00
parent e24c006f4b
commit 58a0b859da

View File

@@ -64,6 +64,10 @@ public class Feint extends ArmorAbility {
return HeroIcon.FEINT; return HeroIcon.FEINT;
} }
public boolean useTargeting(){
return false;
}
@Override @Override
public String targetingPrompt() { public String targetingPrompt() {
return Messages.get(this, "prompt"); return Messages.get(this, "prompt");