revised legendary

This commit is contained in:
Anthony Calosa
2016-07-28 06:42:47 +08:00
parent a9be34c627
commit 193d7accb4
5 changed files with 19 additions and 58 deletions

View File

@@ -434,6 +434,7 @@ public:
int added(MTGCardInstance * card);
int removed(MTGCardInstance * card);
int testDestroy();
void checkLegendary(MTGCardInstance * card);
virtual ostream& toString(ostream& out) const;
virtual MTGLegendRule * clone() const;
};