forked from External/mage
* My turn condition - added card hints about turn (final);
This commit is contained in:
parent
6736f5f3b8
commit
2d2b009c43
21 changed files with 109 additions and 86 deletions
|
|
@ -1,7 +1,5 @@
|
|||
|
||||
package mage.cards.s;
|
||||
|
||||
import java.util.UUID;
|
||||
import mage.abilities.Mode;
|
||||
import mage.abilities.common.CastOnlyDuringPhaseStepSourceAbility;
|
||||
import mage.abilities.condition.common.MyTurnCondition;
|
||||
|
|
@ -18,8 +16,9 @@ import mage.constants.TurnPhase;
|
|||
import mage.filter.StaticFilters;
|
||||
import mage.filter.common.FilterControlledCreaturePermanent;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author emerald000
|
||||
*/
|
||||
public final class SavageBeating extends CardImpl {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue