forked from External/mage
Fix for my incorrect fix
This commit is contained in:
parent
c70fcbab79
commit
0fc1eba02c
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ class TopographyTrackerEffect extends ReplacementEffectImpl {
|
|||
@Override
|
||||
public boolean applies(GameEvent event, Ability source, Game game) {
|
||||
Permanent permanent = game.getPermanent(event.getTargetId());
|
||||
return permanent != null && permanent.isControlledBy(source.getPlayerId());
|
||||
return permanent != null && permanent.isControlledBy(source.getControllerId());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue