mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -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
|
||||
public GreatestToughnessAmongControlledCreaturesValue copy() {
|
||||
return GreatestToughnessAmongControlledCreaturesValue.ALL;
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue