mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
[NCC] Fix Spellbinding Soprano missing P/T definition
This commit is contained in:
parent
0b50972e13
commit
a0f312a05d
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ public final class SpellbindingSoprano extends CardImpl {
|
|||
|
||||
this.subtype.add(SubType.HUMAN);
|
||||
this.subtype.add(SubType.BARD);
|
||||
this.power = new MageInt(2);
|
||||
this.toughness = new MageInt(2);
|
||||
|
||||
// Whenever Spellbinding Soprano attacks, instant and sorcery spells you cast this turn cost {1} less to cast.
|
||||
this.addAbility(new AttacksTriggeredAbility(new SpellsCostReductionControllerEffect(filter, 1)));
|
||||
|
|
Loading…
Reference in a new issue