Erwan
- added a few cards - fixed a bug with spark elemental (now sacrificed at end of turn)
This commit is contained in:
@@ -157,6 +157,11 @@ public:
|
||||
int resolve();
|
||||
};
|
||||
|
||||
class BuryEvent: public TriggeredEvent{
|
||||
public:
|
||||
int resolve();
|
||||
};
|
||||
|
||||
class DestroyCondition:public MTGAbilityBasicFeatures{
|
||||
public:
|
||||
virtual int testDestroy();
|
||||
|
||||
Reference in New Issue
Block a user