[BOK] Fix Waxmane Baku ability to be targeted, not choose on resolution

This commit is contained in:
Alex W. Jackson 2022-02-22 22:59:21 -05:00
parent 840058b246
commit 15a6d939b7
7 changed files with 61 additions and 199 deletions

View file

@ -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";
}
}