mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[FUT] reworked Daybreak Coronet
This commit is contained in:
parent
3cbfe4d623
commit
48d139393d
2 changed files with 47 additions and 49 deletions
|
|
@ -2386,8 +2386,8 @@ public abstract class GameImpl implements Game {
|
|||
}
|
||||
} else {
|
||||
Filter auraFilter = spellAbility.getTargets().get(0).getFilter();
|
||||
if (auraFilter instanceof FilterControlledPermanent) {
|
||||
if (!((FilterControlledPermanent) auraFilter).match(attachedTo, perm.getId(), perm.getControllerId(), this)
|
||||
if (auraFilter instanceof FilterPermanent) {
|
||||
if (!((FilterPermanent) auraFilter).match(attachedTo, perm.getId(), perm.getControllerId(), this)
|
||||
|| attachedTo.cantBeAttachedBy(perm, null, this, true)) {
|
||||
if (movePermanentToGraveyardWithInfo(perm)) {
|
||||
somethingHappened = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue