- fixed the "may" ability a little bit (needs testing: can it be called only once ???)
- Added "Clone", yay :)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-04-01 12:59:53 +00:00
parent 60b35f7f7f
commit bdf989ffac
12 changed files with 201 additions and 25 deletions

View File

@@ -41,6 +41,7 @@ class MTGAbility: public ActionElement{
GameObserver * game;
public:
int forceDestroy;
ManaCost * cost;
Damageable * target;
int aType;