mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08:00
* Eye of Ugin - Fixed tooltip text ("colorless" was missing).
This commit is contained in:
parent
f77e709f6b
commit
dda09ce535
2 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ import mage.target.common.TargetCardInLibrary;
|
|||
*/
|
||||
public class EyeOfUgin extends CardImpl<EyeOfUgin> {
|
||||
|
||||
private static final FilterCreatureCard filter = new FilterCreatureCard();
|
||||
private static final FilterCreatureCard filter = new FilterCreatureCard("colorless creature card");
|
||||
private static final FilterSpell filterSpells = new FilterSpell("Colorless Eldrazi spells");
|
||||
|
||||
static {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue