Erwan
- Magic 2010 Rule: removed Manaburn - Magic 2010 Rule: manapools empty at the end of each step
This commit is contained in:
@@ -59,13 +59,6 @@ ManaCost * Player::getManaPool(){
|
||||
return manaPool;
|
||||
}
|
||||
|
||||
int Player::manaBurn(){
|
||||
int burn = manaPool->getConvertedCost();
|
||||
life -= burn;
|
||||
manaPool->init();
|
||||
return burn;
|
||||
}
|
||||
|
||||
|
||||
int Player::testLife(){
|
||||
if (life <=0){
|
||||
|
||||
Reference in New Issue
Block a user