- Magic 2010 Rule: removed Manaburn
- Magic 2010 Rule: manapools empty at the end of each step
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-06-14 09:21:49 +00:00
parent 56193a7656
commit f1a3895fc6
7 changed files with 12 additions and 26 deletions

View File

@@ -29,7 +29,6 @@ class Player: public Damageable, public Targetable{
void unTapPhase();
MTGInPlay * inPlay();
ManaCost * getManaPool();
int manaBurn();
void cleanupPhase();
virtual int Act(float dt){return 0;};
virtual int isAI(){return 0;};