mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 06:22:01 -08:00
fix some text
This commit is contained in:
parent
c461191da9
commit
69fbfe8fd6
14 changed files with 18 additions and 18 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue