Renamed myself from duncancmt to duncant since that's my github username.

This commit is contained in:
Duncan Townsend 2015-01-25 15:24:03 -05:00
parent be9bd73dc6
commit 4127d2b358
No known key found for this signature in database
GPG key ID: C00ECDF315F7A593
12 changed files with 12 additions and 12 deletions

View file

@ -46,7 +46,7 @@ import mage.filter.common.FilterAttackingCreature;
/** /**
* @author duncancmt * @author duncant
*/ */
public class BalduvianRage extends CardImpl { public class BalduvianRage extends CardImpl {

View file

@ -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 {

View file

@ -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 {

View file

@ -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 {

View file

@ -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 {

View file

@ -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) {

View file

@ -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 {

View file

@ -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 {

View file

@ -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 {

View file

@ -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 {

View file

@ -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>> {

View file

@ -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> {