mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[BOK] Fix Waxmane Baku ability to be targeted, not choose on resolution
This commit is contained in:
parent
840058b246
commit
15a6d939b7
7 changed files with 61 additions and 199 deletions
|
|
@ -25,7 +25,7 @@ public enum RemovedCountersForCostValue implements DynamicValue {
|
|||
|
||||
@Override
|
||||
public String getMessage() {
|
||||
return "number of removed counters";
|
||||
return "";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
@ -37,5 +37,4 @@ public enum RemovedCountersForCostValue implements DynamicValue {
|
|||
public String toString() {
|
||||
return "X";
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue