mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
[OGW] Fix Fall of the Titans text
This commit is contained in:
parent
d995be0ee6
commit
c4a0a18066
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ public final class FallOfTheTitans extends CardImpl {
|
|||
|
||||
// Fall of the Titans deals X damage to each of up to two target creatures and/or players.
|
||||
this.getSpellAbility().addTarget(new TargetAnyTarget(0, 2));
|
||||
this.getSpellAbility().addEffect(new DamageTargetEffect(ManacostVariableValue.REGULAR));
|
||||
this.getSpellAbility().addEffect(new DamageTargetEffect(ManacostVariableValue.REGULAR, true, "each of up to two targets"));
|
||||
|
||||
// Surge {X}{R}
|
||||
addAbility(new SurgeAbility(this, "{X}{R}"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue