Actually use the goddamn cardcast decks.

This commit is contained in:
Andy Janata 2014-08-12 19:28:34 -07:00
parent d948ea3879
commit 9d894f747a
1 changed files with 1 additions and 0 deletions

View File

@ -676,6 +676,7 @@ public class Game {
logger.error(String.format("Unable to load %s from Cardcast", cardcastId));
return false;
}
cardSets.add(cardcastDeck);
}
blackDeck = new BlackDeck(cardSets);