mirror of
https://github.com/correl/mage.git
synced 2024-12-28 03:00:10 +00:00
Update AvenShrine.java
This commit is contained in:
parent
13e1056d91
commit
1e94de1b1c
1 changed files with 5 additions and 3 deletions
|
@ -4,9 +4,11 @@ import mage.card.CardImpl;
|
||||||
import mage.constants.Rarity;
|
import mage.constants.Rarity;
|
||||||
import mage.constants.CardType;
|
import mage.constants.CardType;
|
||||||
import mage.abilities.TriggeredAbilityImpl;
|
import mage.abilities.TriggeredAbilityImpl;
|
||||||
import mage.abilities.common.GainLifeTriggeredEffect;
|
import mage.abilities.common.GainLifeTargetEffect;
|
||||||
|
import mage.filter.FilterCard;
|
||||||
|
import mage.game.events.GameEvent;
|
||||||
|
import mage.game.stack.Spell;
|
||||||
|
import mage.target.targetpointer.FixedTarget;
|
||||||
|
|
||||||
|
|
||||||
import java.util.UUID
|
import java.util.UUID
|
||||||
|
|
Loading…
Reference in a new issue