mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 22:42:03 -08:00
Some minor changes.
This commit is contained in:
parent
711fa7dcec
commit
442130beb6
6 changed files with 37 additions and 16 deletions
|
|
@ -1256,7 +1256,9 @@ public abstract class PermanentImpl extends CardImpl implements Permanent {
|
|||
return false;
|
||||
}
|
||||
if (connectedCards.containsKey("imprint")) {
|
||||
this.connectedCards.get("imprint").add(imprintedCard);
|
||||
if (!this.connectedCards.get("imprint").contains(imprintedCard)) {
|
||||
this.connectedCards.get("imprint").add(imprintedCard);
|
||||
}
|
||||
} else {
|
||||
List<UUID> imprinted = new ArrayList<>();
|
||||
imprinted.add(imprintedCard);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue