[WOE] Implement Archon of the Wild Rose (#10947)

* adding Errata's PR predicate

* [WOE] Implement Archon of the Wild Rose

---------

Co-authored-by: Evan Kranzler <theelk801@gmail.com>
This commit is contained in:
Susucre 2023-08-23 15:30:25 +02:00 committed by GitHub
parent 65dba6c92d
commit f27e0740d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 63 additions and 1 deletions

View file

@ -12,7 +12,7 @@ import java.util.Objects;
* @author Xanderhall
*/
public enum EnchantedBySourceControllerPredicate implements ObjectSourcePlayerPredicate<Permanent> {
instance;
instance;
@Override
public boolean apply(ObjectSourcePlayer<Permanent> input, Game game) {