mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +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."
|
// 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 ability = new SimpleStaticAbility(new BoostEquippedEffect(1, 1));
|
||||||
ability.addEffect(new TrickstersTalismanEffect());
|
ability.addEffect(new TrickstersTalismanEffect());
|
||||||
|
this.addAbility(ability);
|
||||||
|
|
||||||
// Equip {2}
|
// Equip {2}
|
||||||
this.addAbility(new EquipAbility(2));
|
this.addAbility(new EquipAbility(2));
|
||||||
|
|
Loading…
Reference in a new issue