forked from External/mage
[LTC] Implement Cavern-Hoard Dragon (#10724)
This commit is contained in:
parent
810a198058
commit
e724166569
3 changed files with 129 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ public class CreateTokenEffect extends OneShotEffect {
|
|||
setText();
|
||||
}
|
||||
|
||||
public CreateTokenEffect(final CreateTokenEffect effect) {
|
||||
protected CreateTokenEffect(final CreateTokenEffect effect) {
|
||||
super(effect);
|
||||
this.amount = effect.amount.copy();
|
||||
this.token = effect.token.copy();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue