This is another patch by salmelo.
It fixes several problems with the newly introduced improvements concerning Counters. Added 8 successfully tested cards, 1 of them is DARK DEPTHS! Daily_Build update Complete list in the first comment.
This commit is contained in:
@@ -228,6 +228,10 @@ class AACounter: public ActivatedAbility{
|
||||
return 0;
|
||||
}
|
||||
|
||||
const char* getMenuText() {
|
||||
return "Counter";
|
||||
}
|
||||
|
||||
AACounter * clone() const{
|
||||
AACounter * a = NEW AACounter(*this);
|
||||
a->isClone = 1;
|
||||
|
||||
Reference in New Issue
Block a user