forked from External/mage
Added cards.
Refactored some stuff regarding rule text.
This commit is contained in:
parent
ec60feadd8
commit
b6f4f0082a
29 changed files with 907 additions and 52 deletions
|
|
@ -54,6 +54,6 @@ public class CardsInControllerGraveyardCount implements DynamicValue {
|
|||
|
||||
@Override
|
||||
public String getMessage() {
|
||||
return " for each " + filter.getMessage() + " in your graveyard";
|
||||
return filter.getMessage() + " in your graveyard";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue