mirror of
https://github.com/correl/mage.git
synced 2024-12-27 20:06:31 +00:00
* Rancor - Fixed missing trample effect.
This commit is contained in:
parent
4990bdc9c9
commit
2881e8717c
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ public class Rancor extends CardImpl {
|
||||||
ability = new SimpleStaticAbility(Zone.BATTLEFIELD, new BoostEnchantedEffect(2, 0));
|
ability = new SimpleStaticAbility(Zone.BATTLEFIELD, new BoostEnchantedEffect(2, 0));
|
||||||
Effect effect = new GainAbilityAttachedEffect(TrampleAbility.getInstance(), AttachmentType.AURA);
|
Effect effect = new GainAbilityAttachedEffect(TrampleAbility.getInstance(), AttachmentType.AURA);
|
||||||
effect.setText("and has trample");
|
effect.setText("and has trample");
|
||||||
|
ability.addEffect(effect);
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
|
|
||||||
// When Rancor is put into a graveyard from the battlefield, return Rancor to its owner's hand.
|
// When Rancor is put into a graveyard from the battlefield, return Rancor to its owner's hand.
|
||||||
|
|
Loading…
Reference in a new issue