Improved explores ability, added new trigger to handle the explores event from a card, added/fixed primitives from older sets, fixed RIX dat file.
This commit is contained in:
@@ -128,7 +128,7 @@ TargetChooser * TargetChooserFactory::createTargetChooser(string s, MTGCardInsta
|
||||
string tmp = s.substr(several+1,idx-1);
|
||||
WParsedInt* parser = NEW WParsedInt(tmp, card);
|
||||
maxtargets = parser->intValue;
|
||||
SAFE_DELETE(parser);
|
||||
SAFE_DELETE(parser);
|
||||
}
|
||||
}
|
||||
several = s.find("<anyamount>");
|
||||
|
||||
Reference in New Issue
Block a user