mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
[STX] implemented Eager First-Year
This commit is contained in:
parent
10afd4205d
commit
73888133eb
3 changed files with 44 additions and 0 deletions
|
|
@ -12,6 +12,10 @@ import mage.game.stack.Spell;
|
|||
*/
|
||||
public class MagecraftAbility extends TriggeredAbilityImpl {
|
||||
|
||||
public MagecraftAbility(Effect effect) {
|
||||
this(effect, false);
|
||||
}
|
||||
|
||||
public MagecraftAbility(Effect effect, boolean optional) {
|
||||
super(Zone.BATTLEFIELD, effect, optional);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue