mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Test framework improves:
* added command to check graveyard count command; * added wrong cast/activate command auto-checks in strict mode;
This commit is contained in:
parent
3333cf3287
commit
e7684e4bba
5 changed files with 137 additions and 33 deletions
|
|
@ -145,9 +145,13 @@ public class SpellAbility extends ActivatedAbilityImpl {
|
|||
this.costs.clearPaid();
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
return this.name;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return this.name;
|
||||
return getName();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue