forked from External/mage
[STX] Fix Mentor's Guidance cast trigger
This commit is contained in:
parent
233244ca06
commit
5aa5322ff4
1 changed files with 2 additions and 3 deletions
|
|
@ -41,10 +41,9 @@ public final class MentorsGuidance extends CardImpl {
|
|||
super(ownerId, setInfo, new CardType[]{CardType.SORCERY}, "{2}{U}");
|
||||
|
||||
// When you cast this spell, copy it if you control a planeswalker, Cleric, Druid, Shaman, Warlock, or Wizard.
|
||||
new CastSourceTriggeredAbility(new ConditionalOneShotEffect(
|
||||
this.addAbility(new CastSourceTriggeredAbility(new ConditionalOneShotEffect(
|
||||
new CopySourceSpellEffect(), condition, "copy it if you control " +
|
||||
"a planeswalker, Cleric, Druid, Shaman, Warlock, or Wizard"
|
||||
));
|
||||
"a planeswalker, Cleric, Druid, Shaman, Warlock, or Wizard")));
|
||||
|
||||
// Scry 1, then draw a card.
|
||||
this.getSpellAbility().addEffect(new ScryEffect(1, false));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue