Remove lockedIn parameter from BoostTargetEffect. Fixes #9329 (#9334)

This commit is contained in:
Alex W. Jackson 2022-08-02 02:40:59 -04:00 committed by GitHub
parent 1a3d5923de
commit 7233061ae3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
133 changed files with 590 additions and 676 deletions

View file

@ -51,7 +51,7 @@ public class HighestManaValueCount implements DynamicValue {
@Override
public String getMessage() {
return "the highest mana value among permanents you control";
return "the highest mana value among " + filter.getMessage() + " you control";
}
@Override