Added last primitives from BRC set, fixed some primitives, improved triggers for counters, fixed a bug on removesinglecounter ability, updated missing card by set list.

This commit is contained in:
Vittorio Alfieri
2023-06-01 10:29:35 +02:00
parent aa87536c4a
commit d3deae3a6a
7 changed files with 413 additions and 136 deletions

View File

@@ -2956,7 +2956,7 @@ int AARemoveSingleCounter::resolve()
}
if(pcounters.size())
{
MTGAbility * a = NEW MenuAbility(game, this->GetId(), target, source,false,pcounters);
MTGAbility * a = NEW MenuAbility(game, this->GetId(), target, source, true, pcounters);
a->resolve();
}
return 1;