mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Fixed "New" flag bug in quest rewards handler.
This commit is contained in:
@@ -178,15 +178,12 @@ public class QuestWinLoseHandler extends WinLoseModeHandler {
|
||||
model.qData.subtractCredits(15);
|
||||
}
|
||||
|
||||
//System.out.println("model.qData cardpoolsize:" + AllZone.getQuestData().getCardpool().size());
|
||||
model.qData.getCards().clearShopList();
|
||||
|
||||
if (model.qData.getAvailableChallenges() != null) {
|
||||
model.qData.clearAvailableChallenges();
|
||||
}
|
||||
|
||||
model.qData.getCards().resetNewList();
|
||||
|
||||
model.qMatchState.reset();
|
||||
AllZone.setQuestEvent(null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user