added support for alternative casting cost, evoke, added support for phantom cycle,hydras, added support for exile/bounce as casting cost
This commit is contained in:
@@ -88,6 +88,7 @@ class Spell: public Interruptible {
|
||||
int resolve();
|
||||
void Render();
|
||||
bool kickerWasPaid();
|
||||
bool AlternativeWasPaid();
|
||||
const string getDisplayName() const;
|
||||
virtual ostream& toString(ostream& out) const;
|
||||
MTGCardInstance * getNextCardTarget(MTGCardInstance * previous = 0);
|
||||
|
||||
Reference in New Issue
Block a user