Jeck - Added theme substyles, which are chosen dynamically based on the player's deck composition. Also added lazy unit test for booster packs, though there should be a better way to framework this.
This commit is contained in:
@@ -193,6 +193,8 @@ void GameObserver::startGame(Rules * rules){
|
||||
if (rules)
|
||||
rules->initPlayers();
|
||||
|
||||
options.automaticStyle(players[0],players[1]);
|
||||
|
||||
mLayers = NEW DuelLayers();
|
||||
mLayers->init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user