-a few card fixes
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-08-10 12:15:49 +00:00
parent 21bf3b00bd
commit 27af442cb5
8 changed files with 48 additions and 16 deletions
+5
View File
@@ -218,6 +218,11 @@ public:
}
}
const char * getMenuText(){
if (abilities.size()) return abilities[0]->getMenuText();
return "";
}
MultiAbility * clone() const{
MultiAbility * a = NEW MultiAbility(*this);
a->isClone = 1;