mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
fixed night card not displayed in the stack
This commit is contained in:
parent
ee41c44d9a
commit
617374e13f
3 changed files with 33 additions and 3 deletions
|
|
@ -197,6 +197,9 @@ public class CardPanel extends MagePermanent implements MouseListener, MouseMoti
|
|||
setImage(srcImage);
|
||||
setFoil(foil);
|
||||
}
|
||||
if (gameCard.isTransformed()) {
|
||||
toggleTransformed();
|
||||
}
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
} catch (Error err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue