mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
commit
202b40a449
1 changed files with 2 additions and 2 deletions
|
|
@ -401,6 +401,7 @@ public class MageBook extends JComponent {
|
||||||
cardDimension = new Dimension(Config.dimensions.frameWidth, Config.dimensions.frameHeight);
|
cardDimension = new Dimension(Config.dimensions.frameWidth, Config.dimensions.frameHeight);
|
||||||
}
|
}
|
||||||
PermanentToken newToken = new PermanentToken(token, null, token.getOriginalExpansionSetCode(), null);
|
PermanentToken newToken = new PermanentToken(token, null, token.getOriginalExpansionSetCode(), null);
|
||||||
|
newToken.removeSummoningSickness();
|
||||||
PermanentView theToken = new PermanentView(newToken, null, null, null);
|
PermanentView theToken = new PermanentView(newToken, null, null, null);
|
||||||
theToken.setInViewerOnly(true);
|
theToken.setInViewerOnly(true);
|
||||||
final MageCard cardImg = Plugins.instance.getMagePermanent(theToken, bigCard, cardDimension, gameId, true);
|
final MageCard cardImg = Plugins.instance.getMagePermanent(theToken, bigCard, cardDimension, gameId, true);
|
||||||
|
|
@ -667,7 +668,6 @@ public class MageBook extends JComponent {
|
||||||
setPreferredSize(new Dimension(conf.WIDTH, conf.HEIGHT));
|
setPreferredSize(new Dimension(conf.WIDTH, conf.HEIGHT));
|
||||||
setMinimumSize(new Dimension(conf.WIDTH, conf.HEIGHT));
|
setMinimumSize(new Dimension(conf.WIDTH, conf.HEIGHT));
|
||||||
addSetTabs();
|
addSetTabs();
|
||||||
showCards();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue