forked from External/mage
Remove explicit set of required property in constructor
This commit is contained in:
parent
250909a464
commit
0a0983d7e9
2272 changed files with 2454 additions and 2538 deletions
|
|
@ -81,7 +81,7 @@ public class ChandraPyromaster extends CardImpl {
|
|||
|
||||
// +1: Chandra, Pyromaster deals 1 damage to target player and 1 damage to up to one target creature that player controls. That creature can't block this turn.
|
||||
LoyaltyAbility ability1 = new LoyaltyAbility(new ChandraPyromasterEffect1(), 1);
|
||||
Target target1 = new TargetPlayer(true);
|
||||
Target target1 = new TargetPlayer();
|
||||
ability1.addTarget(target1);
|
||||
ability1.addTarget(new ChandraPyromasterTarget());
|
||||
this.addAbility(ability1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue