Variants, new macros, old type changed to Kindred
Cleaned extra spaces and bugs in primitives Macros for Crew 2 Removed old obsolete card type and changed it to Kindred New zone mybattlefieldhand for "Behold a Dragon"
This commit is contained in:
@@ -76,7 +76,7 @@ class AIPlayerBaka: public AIPlayer{
|
||||
virtual int chooseBlockers();
|
||||
virtual int canFirstStrikeKill(MTGCardInstance * card, MTGCardInstance *ennemy);
|
||||
virtual int effectBadOrGood(MTGCardInstance * card, int mode = MODE_PUTINTOPLAY, TargetChooser * tc = NULL);
|
||||
|
||||
virtual bool shouldAIForceAttack(MTGCardInstance* card, bool globalAttack);
|
||||
|
||||
// returns 1 if the AI algorithm supports a given cost (ex:simple mana cost), 0 otherwise (ex: cost involves Sacrificing a target)
|
||||
virtual int CanHandleCost(ManaCost * cost, MTGCardInstance * card = NULL);
|
||||
|
||||
@@ -26,7 +26,7 @@ public:
|
||||
TYPE_EQUIPMENT = 11,
|
||||
TYPE_AURA = 12,
|
||||
TYPE_PLANESWALKER = 13,
|
||||
TYPE_TRIBAL = 14,
|
||||
TYPE_KINDRED = 14,
|
||||
TYPE_PLANE = 15,
|
||||
TYPE_SCHEME = 16,
|
||||
TYPE_VANGUARD = 17,
|
||||
|
||||
Reference in New Issue
Block a user