fix some text

This commit is contained in:
xenohedron 2023-10-29 02:21:54 -04:00
parent c461191da9
commit 69fbfe8fd6
14 changed files with 18 additions and 18 deletions

View file

@ -47,7 +47,7 @@ public class LookAtTopCardOfLibraryAnyTimeEffect extends ContinuousEffectImpl {
String durationString = duration.toString();
if (durationString != null && !durationString.isEmpty()) {
sb.append(durationString);
sb.append(' ');
sb.append(", ");
}
sb.append("you may look at the top card of ");
sb.append(libInfo);

View file

@ -60,7 +60,7 @@ public class PlayTheTopCardEffect extends AsThoughEffectImpl {
default:
throw new IllegalArgumentException("Unknown target library type: " + targetLibrary);
}
this.staticText = "You may " + filter.getMessage() + " from the top of " + libInfo;
this.staticText = "you may " + filter.getMessage() + " from the top of " + libInfo;
// verify check: if you see "card" text in the rules then use card mode
// (there aren't any real cards after oracle update, but can be added in the future)

View file

@ -22,7 +22,7 @@ public enum AbilityWord {
COUNCILS_DILEMMA("Council's dilemma"),
COVEN("Coven"),
DELIRIUM("Delirium"),
DESCEND_4("Descent 4"),
DESCEND_4("Descend 4"),
DOMAIN("Domain"),
EMINENCE("Eminence"),
ENRAGE("Enrage"),