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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user