mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 03:39:54 -08:00
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
|
|
@ -65,7 +65,7 @@ public class SlaveOfBolas extends CardImpl {
|
|||
this.getSpellAbility().addEffect(new UntapTargetEffect());
|
||||
this.getSpellAbility().addEffect(new GainAbilityTargetEffect(HasteAbility.getInstance(), Duration.EndOfTurn));
|
||||
this.getSpellAbility().addEffect(new SlaveOfBolasEffect());
|
||||
this.getSpellAbility().addTarget(new TargetCreaturePermanent(true));
|
||||
this.getSpellAbility().addTarget(new TargetCreaturePermanent());
|
||||
}
|
||||
|
||||
public SlaveOfBolas(final SlaveOfBolas card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue