mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +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
|
||||
public boolean apply(Game game, Ability source) {
|
||||
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);
|
||||
if (controller != null
|
||||
&& enchantment != null
|
||||
|
|
Loading…
Reference in a new issue