mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +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));
|
||||
Effect effect = new GainAbilityAttachedEffect(TrampleAbility.getInstance(), AttachmentType.AURA);
|
||||
effect.setText("and has trample");
|
||||
ability.addEffect(effect);
|
||||
this.addAbility(ability);
|
||||
|
||||
// When Rancor is put into a graveyard from the battlefield, return Rancor to its owner's hand.
|
||||
|
|
Loading…
Reference in a new issue