forked from External/mage
some assorted text fixes
This commit is contained in:
parent
0c0333a716
commit
fbab9f069e
20 changed files with 62 additions and 55 deletions
|
|
@ -141,7 +141,7 @@ public class AmplifyEffect extends ReplacementEffectImpl {
|
|||
@Override
|
||||
public String getText(Mode mode) {
|
||||
StringBuilder sb = new StringBuilder(amplifyFactor.toString());
|
||||
sb.append("<i>(As this enter the battlefield, ");
|
||||
sb.append(" <i>(As this enter the battlefield, ");
|
||||
sb.append(amplifyFactor.getRuleText()).append(" for each card"
|
||||
+ " you reveal that shares a type with it in your hand.)</i>");
|
||||
return sb.toString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue