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:
solo81@web.de
2010-03-25 23:28:55 +00:00
parent 9a63fa9dec
commit a2987f7b0e
7 changed files with 87 additions and 7 deletions

View File

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