This commit is contained in:
jeffwadsworth 2020-07-18 11:01:53 -05:00
parent c84a913858
commit 048ce3f2a7

View file

@ -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