forked from External/mage
Some changes related to #4893.
This commit is contained in:
parent
9919a3403d
commit
cddd81123b
37 changed files with 245 additions and 137 deletions
|
|
@ -284,7 +284,7 @@ public class Turn implements Serializable {
|
|||
if (stackObject instanceof Spell) {
|
||||
((Spell) stackObject).moveToExile(null, "", source.getSourceId(), game);
|
||||
} else {
|
||||
game.getStack().remove(stackObject); // stack ability
|
||||
game.getStack().remove(stackObject, game); // stack ability
|
||||
}
|
||||
}
|
||||
// 2) All attacking and blocking creatures are removed from combat.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue