mirror of
https://github.com/magefree/mage.git
synced 2026-01-19 18:00:01 -08:00
Fixed that static abilities of phased out objects are not applied.
This commit is contained in:
parent
a31794bb7e
commit
16ea49141f
3 changed files with 71 additions and 1 deletions
|
|
@ -927,6 +927,9 @@ public abstract class AbilityImpl implements Ability {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (object instanceof Permanent) {
|
||||
return ((Permanent) object).isPhasedIn();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue