Issue: 474
modified player status to recognize that test suite has been activated. This is to allow deactivation of "phase skip automation" game setting during test suite. TODO: fix "Phase Skip Automation" such that if turned on the test suite does not break. This fix should be considered temporary
This commit is contained in:
@@ -34,6 +34,7 @@ AIPlayer::AIPlayer(MTGPlayerCards * deck, string file, string fileSmall) : Playe
|
||||
stats = NULL;
|
||||
agressivity = 50;
|
||||
forceBestAbilityUse = false;
|
||||
playMode = Player::MODE_AI;
|
||||
}
|
||||
|
||||
AIPlayer::~AIPlayer(){
|
||||
|
||||
Reference in New Issue
Block a user