mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 19:59:54 -08:00
[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:
parent
65dba6c92d
commit
f27e0740d2
3 changed files with 63 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue