forked from External/mage
* Fixed that commander replacement effect was wrongly only applied once (903.9). Simplified some replacement effects that move objects to other zones. (fixes #4585).
This commit is contained in:
parent
2ebc0f2b83
commit
c2a4890603
7 changed files with 25 additions and 40 deletions
|
|
@ -731,7 +731,8 @@ public interface Player extends MageItem, Copyable<Player> {
|
|||
|
||||
/**
|
||||
* Uses card.moveToExile and posts a inform message about moving the card to
|
||||
* exile into the game log
|
||||
* exile into the game log. Don't use this in replacement effects, because
|
||||
* list of applied effects is not saved
|
||||
*
|
||||
* @param card
|
||||
* @param exileId exile zone id (optional)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue