* 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:
LevelX2 2018-03-11 21:48:37 +01:00
parent 2ebc0f2b83
commit c2a4890603
7 changed files with 25 additions and 40 deletions

View file

@ -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)