travis int order
This commit is contained in:
@@ -6195,8 +6195,8 @@ class AADepleter: public ActivatedAbilityTP
|
|||||||
public:
|
public:
|
||||||
string nbcardsStr;
|
string nbcardsStr;
|
||||||
bool toexile;
|
bool toexile;
|
||||||
bool namerepeat;
|
|
||||||
bool colorrepeat;
|
bool colorrepeat;
|
||||||
|
bool namerepeat;
|
||||||
AADepleter(GameObserver* observer, int _id, MTGCardInstance * card, Targetable * _target,string nbcardsStr, ManaCost * _cost = NULL,
|
AADepleter(GameObserver* observer, int _id, MTGCardInstance * card, Targetable * _target,string nbcardsStr, ManaCost * _cost = NULL,
|
||||||
int who = TargetChooser::UNSET, bool toexile = false, bool colorrepeat = false, bool namerepeat = false);
|
int who = TargetChooser::UNSET, bool toexile = false, bool colorrepeat = false, bool namerepeat = false);
|
||||||
int resolve();
|
int resolve();
|
||||||
|
|||||||
Reference in New Issue
Block a user