mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
images: fixed miss dungeon image in choose dungeon dialog (part of #12274);
This commit is contained in:
parent
7d1ab71092
commit
f7d702d5df
9 changed files with 50 additions and 23 deletions
|
|
@ -313,7 +313,7 @@ public class PickChoiceDialog extends MageDialog {
|
|||
// as card name
|
||||
cardInfo.init(item.getHint(), this.bigCard, this.gameId);
|
||||
} else if (item.getHintType() == ChoiceHintType.CARD_DUNGEON) {
|
||||
// as card name
|
||||
// as dungeon name
|
||||
CardView cardView = new CardView(new DungeonView(Dungeon.createDungeon(item.getHint(), true)));
|
||||
cardInfo.init(cardView, this.bigCard, this.gameId);
|
||||
} else if (item.getHintType() == ChoiceHintType.GAME_OBJECT) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue