Fix some DOM card text

This commit is contained in:
Plopman 2018-04-23 22:42:41 +02:00
parent 9a47d13e3e
commit a5fc4d0741
7 changed files with 90 additions and 90 deletions

View file

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