* Undiscovered Paradise - Fixed that it was not returned to hand on untap step (fixes #2693).

This commit is contained in:
LevelX2 2016-12-17 09:27:24 +01:00
parent 04a857ad3d
commit 61dd62b148
3 changed files with 71 additions and 2 deletions

View file

@ -1523,6 +1523,11 @@ public abstract class GameImpl implements Game, Serializable {
return state.copyCard(cardToCopy, source, this);
}
/**
* For internal use only
*
* @param ability
*/
@Override
public void addTriggeredAbility(TriggeredAbility ability) {
if (ability.getControllerId() == null) {