forked from External/mage
Test and fix for copying transformed creatures
This commit is contained in:
parent
263ff56244
commit
17dbe0ae57
10 changed files with 139 additions and 38 deletions
|
|
@ -327,4 +327,13 @@ public class StackAbility implements StackObject, Ability {
|
|||
public boolean isInUseableZone(Game game, boolean checkLKI) {
|
||||
throw new UnsupportedOperationException("Not supported yet.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setCopy(boolean isCopy) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isCopy() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue