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:
@@ -242,6 +242,7 @@ void GameStateDuel::Update(float dt)
|
||||
rules = NEW Rules("testsuite.txt");
|
||||
loadTestSuitePlayers();
|
||||
mGamePhase = DUEL_STATE_PLAY;
|
||||
testSuite->pregameTests();
|
||||
testSuite->initGame();
|
||||
}else{
|
||||
if (!game){
|
||||
|
||||
Reference in New Issue
Block a user