- Added damage all (pyroclasm) and move all (not tested)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-04-30 13:48:41 +00:00
parent 5a3d140f79
commit 89fb351979
6 changed files with 162 additions and 84 deletions

View File

@@ -226,6 +226,8 @@ class AbilityFactory{
public:
int magicText(int id, Spell * spell, MTGCardInstance * card = NULL);
int destroyAllInPlay(TargetChooser * tc, int bury = 0);
int moveAll(TargetChooser * tc, string destinationZone);
int damageAll(TargetChooser * tc, int damage);
void addAbilities(int _id, Spell * spell);
};