mirror of
https://github.com/correl/mage.git
synced 2024-12-29 03:00:15 +00:00
Fix spectacle ability to include the card effect (#10164)
This commit is contained in:
parent
1eb6645f87
commit
efad55bac3
1 changed files with 3 additions and 3 deletions
|
@ -28,12 +28,12 @@ public final class BodyCount extends CardImpl {
|
|||
public BodyCount(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{2}{B}");
|
||||
|
||||
// Spectacle {B}
|
||||
this.addAbility(new SpectacleAbility(this, new ManaCostsImpl<>("{B}")));
|
||||
|
||||
// Draw a card for each creature that died under your control this turn.
|
||||
this.getSpellAbility().addEffect(new DrawCardSourceControllerEffect(BodyCountValue.instance));
|
||||
this.getSpellAbility().addHint(hint);
|
||||
|
||||
// Spectacle {B}
|
||||
this.addAbility(new SpectacleAbility(this, new ManaCostsImpl<>("{B}")));
|
||||
}
|
||||
|
||||
private BodyCount(final BodyCount card) {
|
||||
|
|
Loading…
Reference in a new issue