mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
fix text
This commit is contained in:
parent
b72a853390
commit
643f168658
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ class IllTimedExplosionEffect extends OneShotEffect {
|
|||
IllTimedExplosionEffect() {
|
||||
super(Outcome.Benefit);
|
||||
staticText = "Then you may discard two cards. When you do, {this} deals X damage to each creature, " +
|
||||
"where X is the highest mana value among the discarded cards";
|
||||
"where X is the greatest mana value among cards discarded this way";
|
||||
}
|
||||
|
||||
private IllTimedExplosionEffect(final IllTimedExplosionEffect effect) {
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ import mage.players.Player;
|
|||
public final class YarusRoarOfTheOldGods extends CardImpl {
|
||||
|
||||
private static final FilterCreaturePermanent filter =
|
||||
new FilterCreaturePermanent("face-down creature");
|
||||
new FilterCreaturePermanent("a face-down creature you control");
|
||||
|
||||
static {
|
||||
filter.add(TargetController.YOU.getControllerPredicate());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue