mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Fix some DOM card text
This commit is contained in:
parent
9a47d13e3e
commit
a5fc4d0741
7 changed files with 90 additions and 90 deletions
|
|
@ -272,7 +272,7 @@ public class LookLibraryAndPickControllerEffect extends LookLibraryControllerEff
|
|||
if (anyOrder) {
|
||||
sb.append(" in any order");
|
||||
} else {
|
||||
sb.append(" in random order");
|
||||
sb.append(" in a random order");
|
||||
}
|
||||
break;
|
||||
case HAND:
|
||||
|
|
@ -342,7 +342,7 @@ public class LookLibraryAndPickControllerEffect extends LookLibraryControllerEff
|
|||
if (anyOrder) {
|
||||
sb.append("any");
|
||||
} else {
|
||||
sb.append("random");
|
||||
sb.append("a random");
|
||||
}
|
||||
sb.append(" order");
|
||||
} else if (targetZoneLookedCards == Zone.GRAVEYARD) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue