- the AI can now use activated abilities (stupidly though...)
- a few card bugfixes
This commit is contained in:
wagic.the.homebrew
2009-03-01 10:20:31 +00:00
parent 6412c453d1
commit 555eb5ee02
15 changed files with 499 additions and 102 deletions

View File

@@ -12,6 +12,9 @@ ActionElement::ActionElement(int id):JGuiObject(id){
tc = NULL;
}
ActionElement::~ActionElement(){
SAFE_DELETE(tc);
}
int ActionElement::getActivity(){