- "foreach" auto keyword improved, now works like lord
- a few cards using "foreach" added
This commit is contained in:
wagic.the.homebrew
2009-03-03 14:02:40 +00:00
parent 58700417da
commit bb23db4b16
17 changed files with 274 additions and 327 deletions

View File

@@ -31,6 +31,9 @@ using std::map;
#define COUNT_POWER 1
#define PARSER_LORD 1
#define PARSER_FOREACH 2
class MTGAbility: public ActionElement{
protected:
char menuText[25];