mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
For now, if card only has 1 activated ability, don't show menu even if cost is automatic and undoable
This commit is contained in:
@@ -130,6 +130,7 @@ public abstract class AbilityActivated extends SpellAbility implements java.io.S
|
||||
/** {@inheritDoc} */
|
||||
@Override
|
||||
public boolean promptIfOnlyPossibleAbility() {
|
||||
return !this.isManaAbility(); //prompt user for non-mana activated abilities even is only possible ability
|
||||
return false; //TODO: allow showing prompt based on whether ability has cost that requires user input and possible "misclick protection" setting
|
||||
//return !this.isManaAbility(); //prompt user for non-mana activated abilities even is only possible ability
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user