mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 20:59:14 -08:00
* Elephant Guide - Changed wrong effect duration.
This commit is contained in:
parent
4e48fee679
commit
894292ffa8
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ public class ElephantGuide extends CardImpl {
|
|||
this.addAbility(ability);
|
||||
|
||||
// Enchanted creature gets +3/+3.
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new BoostEnchantedEffect(3,3, Duration.EndOfTurn)));
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new BoostEnchantedEffect(3,3, Duration.WhileOnBattlefield)));
|
||||
// When enchanted creature dies, put a 3/3 green Elephant creature token onto the battlefield.
|
||||
this.addAbility(new DiesAttachedTriggeredAbility(new CreateTokenEffect(new ElephantToken()),"enchanted creature"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue