forked from External/mage
* Some more fixed/reworked card movement handling.
This commit is contained in:
parent
7d7b13d5dd
commit
75c8ee35f6
95 changed files with 969 additions and 2192 deletions
|
|
@ -58,7 +58,7 @@ public class CantBeBlockedByAllSourceEffect extends RestrictionEffect {
|
|||
|
||||
@Override
|
||||
public boolean applies(Permanent permanent, Ability source, Game game) {
|
||||
return source.getSourceId().equals(permanent.getId());
|
||||
return permanent.equals(source.getSourcePermanentIfItStillExists(game));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue