mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
fixed Searing Barrage dealing too much to players
This commit is contained in:
parent
24a7f13c81
commit
6911a2540b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public final class SearingBarrage extends CardImpl {
|
|||
|
||||
// Adamant — If at least three red mana was spent to cast this spell, Searing Barrage deals 3 damage to that creature's controller.
|
||||
this.getSpellAbility().addEffect(new ConditionalOneShotEffect(
|
||||
new DamageTargetControllerEffect(5), AdamantCondition.RED,
|
||||
new DamageTargetControllerEffect(3), AdamantCondition.RED,
|
||||
"<br><i>Adamant</i> — If at least three red mana was spent to cast this spell, " +
|
||||
"{this} deals 3 damage to that creature's controller."
|
||||
));
|
||||
|
|
Loading…
Add table
Reference in a new issue