forked from External/mage
fix #11736 (Eldritch Pact)
This commit is contained in:
parent
16a8efa7ea
commit
f2d2252e69
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class EldritchPactEffect extends OneShotEffect {
|
|||
|
||||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
Player player = game.getPlayer(source.getControllerId());
|
||||
Player player = game.getPlayer(getTargetPointer().getFirst(game, source));
|
||||
if (player == null) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue