Erwan
- Fix one card in ZEN - Fix AI and counters (issue 75, see tests/manual/torture_ai.txt) - Fix counters target
This commit is contained in:
@@ -159,7 +159,7 @@ class AACounter: public ActivatedAbility{
|
||||
int power;
|
||||
int toughness;
|
||||
AACounter(int id, MTGCardInstance * source, MTGCardInstance * target, int power, int toughness, int nb, ManaCost * cost = NULL, int doTap = 0) : ActivatedAbility(id, source, cost, 0, doTap), nb(nb), power(power), toughness(toughness) {
|
||||
target = target;
|
||||
this->target = target;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user