mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
* Izzet Guildmage - Fixed wrong rule text for second ability (instant instead of sorcery).
This commit is contained in:
parent
803b948a66
commit
c5960cf4e9
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ import mage.target.TargetSpell;
|
||||||
public class IzzetGuildmage extends CardImpl {
|
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 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 {
|
static {
|
||||||
filterInstant.add(new CardTypePredicate(CardType.INSTANT));
|
filterInstant.add(new CardTypePredicate(CardType.INSTANT));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue