fix verify failure

This commit is contained in:
theelk801 2025-04-10 08:23:18 -04:00
parent e4ffeba3e7
commit 3b959c25b9

View file

@ -39,7 +39,7 @@ public enum GreatestToughnessAmongControlledCreaturesValue implements DynamicVal
@Override @Override
public GreatestToughnessAmongControlledCreaturesValue copy() { public GreatestToughnessAmongControlledCreaturesValue copy() {
return GreatestToughnessAmongControlledCreaturesValue.ALL; return this;
} }
@Override @Override