mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Renamed myself from duncancmt to duncant since that's my github username.
This commit is contained in:
parent
be9bd73dc6
commit
4127d2b358
12 changed files with 12 additions and 12 deletions
|
@ -46,7 +46,7 @@ import mage.filter.common.FilterAttackingCreature;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author duncancmt
|
* @author duncant
|
||||||
*/
|
*/
|
||||||
public class BalduvianRage extends CardImpl {
|
public class BalduvianRage extends CardImpl {
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ import mage.game.stack.Spell;
|
||||||
import mage.players.Player;
|
import mage.players.Player;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author duncancmt
|
* @author duncant
|
||||||
*/
|
*/
|
||||||
public class MycosynthLattice extends CardImpl {
|
public class MycosynthLattice extends CardImpl {
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ import mage.filter.predicate.Predicates;
|
||||||
import mage.filter.predicate.mageobject.AbilityPredicate;
|
import mage.filter.predicate.mageobject.AbilityPredicate;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author duncancmt
|
* @author duncant
|
||||||
*/
|
*/
|
||||||
public class MagusOfTheMoat extends CardImpl {
|
public class MagusOfTheMoat extends CardImpl {
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,7 @@ import mage.game.permanent.Permanent;
|
||||||
import mage.game.events.GameEvent.EventType;
|
import mage.game.events.GameEvent.EventType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author duncancmt
|
* @author duncant
|
||||||
*/
|
*/
|
||||||
public class VeilstoneAmulet extends CardImpl {
|
public class VeilstoneAmulet extends CardImpl {
|
||||||
|
|
||||||
|
|
|
@ -58,7 +58,7 @@ import mage.target.TargetPermanent;
|
||||||
import mage.util.TargetAddress;
|
import mage.util.TargetAddress;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author duncancmt
|
* @author duncant
|
||||||
*/
|
*/
|
||||||
public class InkTreaderNephilim extends CardImpl {
|
public class InkTreaderNephilim extends CardImpl {
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ import mage.game.turn.TurnMod;
|
||||||
import mage.constants.TurnPhase;
|
import mage.constants.TurnPhase;
|
||||||
import mage.filter.predicate.permanent.CanBeEnchantedByPredicate;
|
import mage.filter.predicate.permanent.CanBeEnchantedByPredicate;
|
||||||
/**
|
/**
|
||||||
* @author duncancmt
|
* @author duncant
|
||||||
*/
|
*/
|
||||||
public class BreathOfFury extends CardImpl {
|
public class BreathOfFury extends CardImpl {
|
||||||
public BreathOfFury(UUID ownerId) {
|
public BreathOfFury(UUID ownerId) {
|
||||||
|
|
|
@ -47,7 +47,7 @@ import mage.abilities.Ability;
|
||||||
import mage.game.Game;
|
import mage.game.Game;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author duncancmt
|
* @author duncant
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class RallyTheRighteous extends CardImpl {
|
public class RallyTheRighteous extends CardImpl {
|
||||||
|
|
|
@ -44,7 +44,7 @@ import mage.game.permanent.token.Token;
|
||||||
import mage.MageInt;
|
import mage.MageInt;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author duncancmt
|
* @author duncant
|
||||||
*/
|
*/
|
||||||
public class MercyKilling extends CardImpl {
|
public class MercyKilling extends CardImpl {
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@ import mage.target.TargetPermanent;
|
||||||
import mage.util.TargetAddress;
|
import mage.util.TargetAddress;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author duncancmt
|
* @author duncant
|
||||||
*/
|
*/
|
||||||
public class AuraGraft extends CardImpl {
|
public class AuraGraft extends CardImpl {
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@ import mage.game.Game;
|
||||||
import mage.target.common.TargetLandPermanent;
|
import mage.target.common.TargetLandPermanent;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author duncancmt
|
* @author duncant
|
||||||
*/
|
*/
|
||||||
public class MagusOfTheCandelabra extends CardImpl {
|
public class MagusOfTheCandelabra extends CardImpl {
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ import mage.game.Controllable;
|
||||||
import mage.game.Game;
|
import mage.game.Game;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author duncancmt
|
* @author duncant
|
||||||
*/
|
*/
|
||||||
public class FromSetPredicate implements ObjectPlayerPredicate<ObjectPlayer<Controllable>> {
|
public class FromSetPredicate implements ObjectPlayerPredicate<ObjectPlayer<Controllable>> {
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ import mage.game.Game;
|
||||||
import mage.game.permanent.Permanent;
|
import mage.game.permanent.Permanent;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author duncancmt
|
* @author duncant
|
||||||
*/
|
*/
|
||||||
public class CanBeEnchantedByPredicate implements Predicate<Permanent> {
|
public class CanBeEnchantedByPredicate implements Predicate<Permanent> {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue