v3.0.1: feint ability no longer autotargets
This commit is contained in:
@@ -64,6 +64,10 @@ public class Feint extends ArmorAbility {
|
||||
return HeroIcon.FEINT;
|
||||
}
|
||||
|
||||
public boolean useTargeting(){
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String targetingPrompt() {
|
||||
return Messages.get(this, "prompt");
|
||||
|
||||
Reference in New Issue
Block a user