* Izzet Guildmage - Fixed wrong rule text for second ability (instant instead of sorcery).

This commit is contained in:
LevelX2 2015-12-14 14:33:02 +01:00
parent 803b948a66
commit c5960cf4e9

View file

@ -52,7 +52,7 @@ import mage.target.TargetSpell;
public class IzzetGuildmage extends CardImpl {
private static final FilterSpell filterInstant = new FilterSpell("instant spell you control with converted mana cost 2 or less");
private static final FilterSpell filterSorcery = new FilterSpell("instant spell you control with converted mana cost 2 or less");
private static final FilterSpell filterSorcery = new FilterSpell("sorcery spell you control with converted mana cost 2 or less");
static {
filterInstant.add(new CardTypePredicate(CardType.INSTANT));