mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Fixed card picture for Random Rare winning.
This commit is contained in:
@@ -434,7 +434,10 @@ public class QuestData implements NewConstants {
|
|||||||
cardPool.addAll(newCards);
|
cardPool.addAll(newCards);
|
||||||
newCardList.addAll(newCards);
|
newCardList.addAll(newCards);
|
||||||
|
|
||||||
return GuiDisplayUtil.cleanString(newCards.get(0));
|
Card c = AllZone.CardFactory.getCard(newCards.get(0), AllZone.HumanPlayer);
|
||||||
|
c.setCurSetCode(c.getMostRecentSet());
|
||||||
|
return CardUtil.buildFilename(c);
|
||||||
|
//return GuiDisplayUtil.cleanString(newCards.get(0));
|
||||||
}
|
}
|
||||||
|
|
||||||
public void addCard(Card c)
|
public void addCard(Card c)
|
||||||
|
|||||||
Reference in New Issue
Block a user