small fix

This commit is contained in:
Evan Kranzler 2017-09-20 17:16:16 -04:00
parent 710bfd8294
commit 838890bfe4
4 changed files with 4 additions and 4 deletions

View file

@ -53,7 +53,7 @@ import java.util.UUID;
*/
public class BrassTalonChimera extends CardImpl {
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("Beast creature you control");
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("Chimera creature you control");
static {
filter.add(new SubtypePredicate(SubType.CHIMERA));

View file

@ -52,7 +52,7 @@ import mage.target.common.TargetCreaturePermanent;
*/
public class IronHeartChimera extends CardImpl {
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("Beast creature you control");
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("Chimera creature you control");
static {
filter.add(new SubtypePredicate(SubType.CHIMERA));

View file

@ -52,7 +52,7 @@ import mage.target.common.TargetCreaturePermanent;
*/
public class LeadBellyChimera extends CardImpl {
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("Beast creature you control");
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("Chimera creature you control");
static {
filter.add(new SubtypePredicate(SubType.CHIMERA));

View file

@ -52,7 +52,7 @@ import mage.target.common.TargetCreaturePermanent;
*/
public class TinWingChimera extends CardImpl {
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("Beast creature you control");
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("Chimera creature you control");
static {
filter.add(new SubtypePredicate(SubType.CHIMERA));