Erwan
- Added Ice Age cards from Abrasax - Added "untap" and "gainlife" abilities in script
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user