Erwan - fizzle spells that have invalid targets

This commit is contained in:
wagic.the.homebrew@gmail.com
2009-08-09 11:18:05 +00:00
parent 58c90c47ca
commit 4f76f50cdd
9 changed files with 94 additions and 48 deletions

View File

@@ -79,9 +79,6 @@ class GameObserver{
void draw();
int isInPlay(MTGCardInstance * card);
int isACreature(MTGCardInstance * card);
int tryToTapOrUntap(MTGCardInstance * card);
int checkManaCost(MTGCardInstance * card);
void Update(float dt);
void Render();