-fix issue 297
- also removed the "untapBlockers" system. The idea was nice but incorrectly implemented, and only 2 cards were using it so far.
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-01-17 12:05:40 +00:00
parent 6830d850f2
commit ffbcd3f2d0
16 changed files with 74 additions and 306 deletions

View File

@@ -31,6 +31,7 @@ class GameObserver{
int nbPlayers;
int currentPlayerId;
int untap(MTGCardInstance * card);
public:
CombatStep combatStep;