forked from External/mage
Fixed Duplicant getting boost from Commander in command zone (#3299)
This commit is contained in:
parent
962ec40d4c
commit
4bf436b0f4
3 changed files with 14 additions and 2 deletions
|
|
@ -1210,6 +1210,9 @@ public abstract class PermanentImpl extends CardImpl implements Permanent {
|
|||
|
||||
@Override
|
||||
public boolean imprint(UUID imprintedCard, Game game) {
|
||||
if (!game.getExile().containsId(imprintedCard, game)){
|
||||
return false;
|
||||
}
|
||||
if (connectedCards.containsKey("imprint")) {
|
||||
this.connectedCards.get("imprint").add(imprintedCard);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue