- add Mercadian Masques, Mirrodin, Odyssey -> let's do some cleanup!
- Attempt at solving a bug with AI+psychic venom (manaburn), not tested
- Added Abrasax's monocolor AI decks
- Momir better randomizer
- Removed 64 Abilities limitation, I hope...
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-04-11 02:02:10 +00:00
parent c6b1027762
commit 12bd665409
20 changed files with 13168 additions and 30 deletions

View File

@@ -125,7 +125,10 @@ class MTGLegendRule:public ListMaintainerAbility{
class MTGMomirRule:public MTGAbility{
private:
int genRandomCreatureId(int convertedCost);
static vector<int> pool[20];
static int initialized;
public:
int alreadyplayed;
MTGAllCards * collection;
MTGCardInstance * genCreature(int id);