forked from External/mage
Refactor: Significant speed-up for ManaOptions (#9233)
This commit is contained in:
parent
23a4d2640b
commit
55a6acba22
32 changed files with 782 additions and 408 deletions
|
|
@ -23,7 +23,7 @@ public interface Condition extends Serializable {
|
|||
boolean apply(Game game, Ability source);
|
||||
|
||||
default String getManaText() {
|
||||
return "{" + this.getClass().getSimpleName() + "}";
|
||||
return this.getClass().getSimpleName();
|
||||
}
|
||||
|
||||
default boolean caresAboutManaColor() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue