mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
[AFR] fixed Trickster's Talisman missing ability
This commit is contained in:
parent
d2540eab91
commit
aa3254f09f
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ public final class TrickstersTalisman extends CardImpl {
|
|||
// Equipped creature gets +1/+1 and has "Whenever this creature deals combat damage to a player, you may sacrifice Trickster's Talisman. If you do, create a token that's a copy of this creature."
|
||||
Ability ability = new SimpleStaticAbility(new BoostEquippedEffect(1, 1));
|
||||
ability.addEffect(new TrickstersTalismanEffect());
|
||||
this.addAbility(ability);
|
||||
|
||||
// Equip {2}
|
||||
this.addAbility(new EquipAbility(2));
|
||||
|
|
Loading…
Reference in a new issue