mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
- Fixed #6326
This commit is contained in:
parent
c84a913858
commit
048ce3f2a7
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public class ExileAttachedEffect extends OneShotEffect {
|
||||||
@Override
|
@Override
|
||||||
public boolean apply(Game game, Ability source) {
|
public boolean apply(Game game, Ability source) {
|
||||||
Player controller = game.getPlayer(source.getControllerId());
|
Player controller = game.getPlayer(source.getControllerId());
|
||||||
// The LKI must be used for this step. 608.2g
|
// The LKI must be used for this step. 608.2g
|
||||||
Permanent enchantment = (Permanent) game.getLastKnownInformation(source.getSourceId(), Zone.BATTLEFIELD);
|
Permanent enchantment = (Permanent) game.getLastKnownInformation(source.getSourceId(), Zone.BATTLEFIELD);
|
||||||
if (controller != null
|
if (controller != null
|
||||||
&& enchantment != null
|
&& enchantment != null
|
||||||
|
|
Loading…
Reference in a new issue