forked from External/mage
refactor: Clean all copy constructors in cards starting C (#11123)
This commit is contained in:
parent
54f1506971
commit
de687c7f0c
270 changed files with 313 additions and 313 deletions
|
|
@ -76,7 +76,7 @@ class ChandraPyromasterEffect1 extends OneShotEffect {
|
|||
+ "planeswalker's controller controls. That creature can't block this turn.";
|
||||
}
|
||||
|
||||
public ChandraPyromasterEffect1(final ChandraPyromasterEffect1 effect) {
|
||||
private ChandraPyromasterEffect1(final ChandraPyromasterEffect1 effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
@ -107,7 +107,7 @@ class ChandraPyromasterTarget extends TargetPermanent {
|
|||
+ "or planeswalker's controller controls"), false);
|
||||
}
|
||||
|
||||
public ChandraPyromasterTarget(final ChandraPyromasterTarget target) {
|
||||
private ChandraPyromasterTarget(final ChandraPyromasterTarget target) {
|
||||
super(target);
|
||||
}
|
||||
|
||||
|
|
@ -168,7 +168,7 @@ class ChandraPyromasterEffect2 extends OneShotEffect {
|
|||
this.staticText = "Exile the top card of your library. You may play it this turn";
|
||||
}
|
||||
|
||||
public ChandraPyromasterEffect2(final ChandraPyromasterEffect2 effect) {
|
||||
private ChandraPyromasterEffect2(final ChandraPyromasterEffect2 effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
@ -205,7 +205,7 @@ class ChandraPyromasterEffect3 extends OneShotEffect {
|
|||
+ "You may cast the copies without paying their mana costs";
|
||||
}
|
||||
|
||||
public ChandraPyromasterEffect3(final ChandraPyromasterEffect3 effect) {
|
||||
private ChandraPyromasterEffect3(final ChandraPyromasterEffect3 effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue