Set author name to shieldal

This commit is contained in:
shieldal 2014-08-11 23:19:25 -07:00
parent 97e0c2b339
commit 46caec8698

View file

@ -44,7 +44,7 @@ import java.util.UUID;
/** /**
* *
* @author Alec * @author shieldal
*/ */
public class AdunOakenshield extends CardImpl { public class AdunOakenshield extends CardImpl {
@ -67,7 +67,6 @@ public class AdunOakenshield extends CardImpl {
ability.addTarget(new TargetCardInYourGraveyard(filter)); ability.addTarget(new TargetCardInYourGraveyard(filter));
ability.addCost(new TapSourceCost()); ability.addCost(new TapSourceCost());
this.addAbility(ability); this.addAbility(ability);
} }
public AdunOakenshield(final AdunOakenshield card) { public AdunOakenshield(final AdunOakenshield card) {