mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 02:52:02 -08:00
fix verify failure
This commit is contained in:
parent
e4ffeba3e7
commit
3b959c25b9
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ public enum GreatestToughnessAmongControlledCreaturesValue implements DynamicVal
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public GreatestToughnessAmongControlledCreaturesValue copy() {
|
public GreatestToughnessAmongControlledCreaturesValue copy() {
|
||||||
return GreatestToughnessAmongControlledCreaturesValue.ALL;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue