mirror of
https://github.com/correl/mage.git
synced 2024-12-27 20:06:31 +00: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 {
|
||||
|
||||
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));
|
||||
|
|
Loading…
Reference in a new issue