forked from External/mage
refactored card copy methods to be private
This commit is contained in:
parent
bb1a085962
commit
56603ffcd2
17477 changed files with 19075 additions and 19075 deletions
|
|
@ -21,7 +21,7 @@ public final class BattleHymn extends CardImpl {
|
|||
this.getSpellAbility().addEffect(new DynamicManaEffect(Mana.RedMana(1), CreaturesYouControlCount.instance));
|
||||
}
|
||||
|
||||
public BattleHymn(final BattleHymn card) {
|
||||
private BattleHymn(final BattleHymn card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue