forked from External/mage
[CMR] Implemented Yurlock of Scorch Thrash
This commit is contained in:
parent
5578437dde
commit
e387cf3c54
4 changed files with 153 additions and 1 deletions
|
|
@ -1540,7 +1540,10 @@ public abstract class GameImpl implements Game, Serializable {
|
|||
@Override
|
||||
public void emptyManaPools() {
|
||||
for (Player player : getPlayers().values()) {
|
||||
player.getManaPool().emptyPool(this);
|
||||
int amount = player.getManaPool().emptyPool(this);
|
||||
if (state.isManaBurn() && amount > 0) {
|
||||
player.loseLife(amount, this, false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue