Added / fixed primitives from NEO set, updated missing cards by sets list, improved "removesinglecountertype" ability (added "all" option to remove a specific amount of each kind of counter on a target).
This commit is contained in:
@@ -1850,6 +1850,7 @@ class AARemoveSingleCounter: public ActivatedAbility
|
||||
{
|
||||
public:
|
||||
int nb;
|
||||
bool allcounters;
|
||||
AARemoveSingleCounter(GameObserver* observer, int id, MTGCardInstance * source, Targetable * target, ManaCost * cost = NULL, int nb = 1);
|
||||
int resolve();
|
||||
const string getMenuText();
|
||||
|
||||
Reference in New Issue
Block a user