moved the gaurds i introduced in r2734 into the function selectAbility() as a static bool as suggested by jean, its much cleaner this way.
This commit is contained in:
@@ -59,7 +59,6 @@ protected:
|
||||
//Variables used by Test suite
|
||||
MTGCardInstance * nextCardToPlay;
|
||||
queue<AIAction *> clickstream;
|
||||
bool mFindingAbility;//is Ai currently looking for an activated ability to use?
|
||||
void tapLandsForMana(ManaCost * cost, MTGCardInstance * card = NULL);
|
||||
int orderBlockers();
|
||||
int combatDamages();
|
||||
|
||||
Reference in New Issue
Block a user