mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
[GS1] fixed typo in JourneyForTheElixirGraveyardTarget copy constructor
This commit is contained in:
parent
5b7cbf0f37
commit
8094032665
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class JourneyForTheElixirGraveyardTarget extends TargetCardInYourGraveyard {
|
|||
|
||||
private JourneyForTheElixirGraveyardTarget(final JourneyForTheElixirGraveyardTarget target) {
|
||||
super(target);
|
||||
this.cards.addAll(cards);
|
||||
this.cards.addAll(target.cards);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue