mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Set author name to shieldal
This commit is contained in:
parent
97e0c2b339
commit
46caec8698
1 changed files with 1 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue