Update this(X) so that it works with spells as well as activated abilities. Also fixed a bug were this(X) did not work with targeting.
Adds Martial Coup
This commit is contained in:
@@ -15,9 +15,9 @@ class CardPrimitive {
|
||||
vector<string> ftdText;
|
||||
int init();
|
||||
string lcname;
|
||||
ManaCost manaCost;
|
||||
|
||||
public:
|
||||
ManaCost manaCost;
|
||||
string text;
|
||||
string name;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user