mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
* Undiscovered Paradise - Fixed that it was not returned to hand on untap step (fixes #2693).
This commit is contained in:
parent
04a857ad3d
commit
61dd62b148
3 changed files with 71 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue