taught told Ai bushido is a good thing. laid ground for Foreach lesson for Ai :) fixed yet another reported bug with aslongas. gave becomes( a better menu name system for the manlands to use.
it will now say "becomes [types]"
This commit is contained in:
@@ -56,6 +56,7 @@ class MTGAbility: public ActionElement{
|
||||
|
||||
Targetable * target;
|
||||
int aType;
|
||||
int naType;
|
||||
MTGCardInstance * source;
|
||||
MTGAbility(int id, MTGCardInstance * card);
|
||||
MTGAbility(int id, MTGCardInstance * _source, Targetable * _target);
|
||||
@@ -93,6 +94,7 @@ class MTGAbility: public ActionElement{
|
||||
STANDARD_PREVENT = 13,
|
||||
STANDARD_EQUIP = 14,
|
||||
STANDARD_LEVELUP = 15,
|
||||
FOREACH = 16,
|
||||
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user