mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Added Tsabo's Web.
This commit is contained in:
@@ -7074,6 +7074,13 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
}
|
||||
}
|
||||
return false;
|
||||
} else if (property.equals("hasNonManaActivatedAbility")) {
|
||||
for (final SpellAbility sa : this.getSpellAbilities()) {
|
||||
if (sa.isAbility() && !sa.isManaAbility()) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
} else if (property.equals("NoAbilities")) {
|
||||
if (!((this.getAbilityText().trim().equals("") || this.isFaceDown()) && (this.getUnhiddenKeyword().size() == 0))) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user