Bug Fix
Fix send to library as a cost and add support for moving a card to graveyard as a cost(cards like Void Attendant from Battle for Zendikar)
This commit is contained in:
@@ -155,6 +155,15 @@ public:
|
||||
virtual ToLibraryCost * clone() const;
|
||||
};
|
||||
|
||||
//toGraveyard cost
|
||||
class ToGraveCost : public ExtraCost
|
||||
{
|
||||
public:
|
||||
ToGraveCost(TargetChooser *_tc = NULL);
|
||||
virtual int doPay();
|
||||
virtual ToGraveCost * clone() const;
|
||||
};
|
||||
|
||||
//Millyourself cost
|
||||
class MillCost : public ExtraCost
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user