mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
more text adjustments
This commit is contained in:
parent
6695358060
commit
35ec41d8e0
3 changed files with 3 additions and 3 deletions
|
|
@ -43,7 +43,7 @@ class BranchingEvolutionEffect extends ReplacementEffectImpl {
|
|||
BranchingEvolutionEffect() {
|
||||
super(Duration.WhileOnBattlefield, Outcome.BoostCreature, false);
|
||||
staticText = "If one or more +1/+1 counters would be put on a creature you control, " +
|
||||
"twice that many +1/+1 counters are put on it instead";
|
||||
"twice that many +1/+1 counters are put on that creature instead";
|
||||
}
|
||||
|
||||
private BranchingEvolutionEffect(final BranchingEvolutionEffect effect) {
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ class DireBlunderbussGainAbilityEffect extends ContinuousEffectImpl {
|
|||
DireBlunderbussGainAbilityEffect() {
|
||||
super(Duration.WhileOnBattlefield, Layer.AbilityAddingRemovingEffects_6, SubLayer.NA, Outcome.AddAbility);
|
||||
staticText = "and has \"Whenever this creature attacks, you may sacrifice an artifact other than {this}. "
|
||||
+ "When you do, this creature deals damage equal to its power to target creature\"";
|
||||
+ "When you do, this creature deals damage equal to its power to target creature.\"";
|
||||
}
|
||||
|
||||
protected DireBlunderbussGainAbilityEffect(final DireBlunderbussGainAbilityEffect effect) {
|
||||
|
|
|
|||
|
|
@ -201,7 +201,7 @@ public class LookLibraryAndPickControllerEffect extends LookLibraryControllerEff
|
|||
if (revealPickedCards) {
|
||||
sb.append("and put ");
|
||||
sb.append(plural ? "them " : "it ");
|
||||
} else if (putPickedCards == PutCards.TOP_ANY) {
|
||||
} else if (putPickedCards == PutCards.TOP_ANY && (numberOfCards instanceof StaticValue)) {
|
||||
sb.append("back ");
|
||||
}
|
||||
sb.append(putPickedCards.getMessage(false, plural));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue