mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
[ZNR] fixed Hagra Mauling text (#7044)
This commit is contained in:
parent
23fa2e44c7
commit
b7427f5f94
1 changed files with 5 additions and 0 deletions
|
|
@ -75,4 +75,9 @@ enum HagraMaulingCondition implements Condition {
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return "an opponent controls no basic lands";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue