mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Karametra, God of Harvests - Fixed typo in card text
This commit is contained in:
parent
44ed8cebb7
commit
51dce7a447
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ import mage.target.common.TargetCardInLibrary;
|
|||
*/
|
||||
public final class KarametraGodOfHarvests extends CardImpl {
|
||||
|
||||
private static final FilterCard filter = new FilterCard("a Forest or Plains card");
|
||||
private static final FilterCard filter = new FilterCard("Forest or Plains card");
|
||||
|
||||
static {
|
||||
filter.add(Predicates.or(
|
||||
|
|
Loading…
Reference in a new issue