- Added Ice Age cards from Abrasax
- Added "untap" and "gainlife" abilities in script
This commit is contained in:
wagic.the.homebrew
2008-11-06 14:20:42 +00:00
parent d28fff72db
commit cb0b68b76d
6 changed files with 1685 additions and 135 deletions

View File

@@ -26,6 +26,7 @@ using std::map;
class AbilityFactory{
private:
int destroyAllFromTypeInPlay(const char * type, MTGCardInstance * source, int bury = 0);
int destroyAllFromColorInPlay(int color, MTGCardInstance * source, int bury = 0);
int putInPlayFromZone(MTGCardInstance * card, MTGGameZone * zone, Player * p);
public:
int magicText(int id, Spell * spell, MTGCardInstance * card = NULL);