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:
Vittorio Alfieri
2023-06-21 18:31:50 +02:00
parent 1458b4a872
commit 797514521e
8 changed files with 725 additions and 149 deletions

View File

@@ -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();