mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
- Fixed #6946
This commit is contained in:
parent
f0149c6a19
commit
36468044f4
2 changed files with 8 additions and 1 deletions
|
|
@ -97,6 +97,12 @@ public class ProtectionAbility extends StaticAbility {
|
|||
return true;
|
||||
}
|
||||
}
|
||||
// Emrakul, the Aeons Torn
|
||||
if (filter instanceof FilterStackObject) {
|
||||
if (source instanceof Spell) {
|
||||
return !filter.match(source, game);
|
||||
}
|
||||
}
|
||||
|
||||
if (filter instanceof FilterObject) {
|
||||
return !filter.match(source, game);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue