mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
fix reminder text
This commit is contained in:
parent
e122e9d512
commit
e27ceec5e8
8 changed files with 10 additions and 9 deletions
|
|
@ -53,11 +53,11 @@ public class ScryEffect extends OneShotEffect {
|
|||
return;
|
||||
}
|
||||
if (scryNumber == 1) {
|
||||
sb.append(". <i>(Look at the top card of your library. You may put that card on the bottom of your library.)</i>");
|
||||
sb.append(". <i>(Look at the top card of your library. You may put that card on the bottom.)</i>");
|
||||
} else {
|
||||
sb.append(". <i>(Look at the top ");
|
||||
sb.append(CardUtil.numberToText(scryNumber));
|
||||
sb.append(" cards of your library, then put any number of them on the bottom of your library and the rest on top in any order.)</i>");
|
||||
sb.append(" cards of your library, then put any number of them on the bottom and the rest on top in any order.)</i>");
|
||||
}
|
||||
staticText = sb.toString();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue