mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
More edits
This commit is contained in:
parent
eae526e3b3
commit
4a6ff5593e
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ public class DoUnlessTargetPlayerOrTargetsControllerPaysEffect extends OneShotEf
|
|||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
Player targetController = game.getPlayer(this.getTargetPointer().getFirst(game, source));
|
||||
Permanent targetPermanent = game.getPermanent(this.getTargetPointer().getFirst(game, source));
|
||||
Permanent targetPermanent = game.getPermanentOrLKIBattlefield(this.getTargetPointer().getFirst(game, source));
|
||||
if (targetPermanent != null) {
|
||||
targetController = game.getPlayer(targetPermanent.getControllerId());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue