mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08: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…
Add table
Add a link
Reference in a new issue