fixed a parsing error with tokengen, no actually my fault :P there was never a check if the end was the real end or not.
2nd, added this(blocking) in hopes to fix mogg flunkies and similar creatures.
This commit is contained in:
@@ -98,6 +98,13 @@ class ThisAttacked:public ThisDescriptor{
|
||||
ThisAttacked(int attack);
|
||||
};
|
||||
|
||||
class ThisBlocked:public ThisDescriptor{
|
||||
public:
|
||||
virtual int match(MTGCardInstance * card);
|
||||
|
||||
ThisBlocked(int block);
|
||||
};
|
||||
|
||||
class ThisNotBlocked:public ThisDescriptor{
|
||||
public:
|
||||
virtual int match(MTGCardInstance * card);
|
||||
|
||||
Reference in New Issue
Block a user