mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
fix text: Uchuulon (#10884)
This commit is contained in:
parent
c778d1f12b
commit
5d19c74154
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ class UchuulonEffect extends OneShotEffect {
|
|||
UchuulonEffect() {
|
||||
super(Outcome.Benefit);
|
||||
staticText = "exile up to one target creature card from an opponent's graveyard. " +
|
||||
"If you, create a token that's a copy of {this}";
|
||||
"If you do, create a token that's a copy of {this}";
|
||||
}
|
||||
|
||||
private UchuulonEffect(final UchuulonEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue