Condensed castrestrictions/handsize rule massively. handled by 1 rule now and checked in one pass.

This commit is contained in:
omegablast2002@yahoo.com
2010-09-24 19:26:32 +00:00
parent 27ae3b834b
commit 75c0733a38
4 changed files with 49 additions and 284 deletions

View File

@@ -116,14 +116,6 @@ class MTGCantCasterstart:public MTGAbility{
int testDestroy();
virtual MTGCantCasterstart * clone() const;
};
class MTGCantCastercheck:public MTGAbility{
public:
MTGCantCastercheck(int _id);
int receiveEvent(WEvent * event);
virtual ostream& toString(ostream& out) const;
int testDestroy();
virtual MTGCantCastercheck * clone() const;
};
//affinity rules
class MTGAffinityRule:public MTGAbility{
public: