mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
fix text gen typo
This commit is contained in:
parent
09a05c6069
commit
40b55f7a59
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ public class LookAtTopCardOfLibraryAnyTimeEffect extends ContinuousEffectImpl {
|
|||
public LookAtTopCardOfLibraryAnyTimeEffect(Duration duration) {
|
||||
super(duration, Layer.PlayerEffects, SubLayer.NA, Outcome.Benefit);
|
||||
staticText = (duration.toString().isEmpty() ? "" : duration.toString() + ", ") +
|
||||
"you may look at the top care of your library any time";
|
||||
"you may look at the top card of your library any time";
|
||||
}
|
||||
|
||||
protected LookAtTopCardOfLibraryAnyTimeEffect(final LookAtTopCardOfLibraryAnyTimeEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue