fix text: Uchuulon (#10884)

This commit is contained in:
gravitybone 2023-08-19 04:15:32 +02:00 committed by GitHub
parent c778d1f12b
commit 5d19c74154
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {