mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
- little fix Tomik, Distinguished Advokist.
This commit is contained in:
parent
d8a928051a
commit
b32228a693
1 changed files with 2 additions and 1 deletions
|
@ -121,7 +121,8 @@ class TomikDistinguishedAdvokistTargetEffect extends ContinuousRuleModifyingEffe
|
||||||
Player player = game.getPlayer(source.getControllerId());
|
Player player = game.getPlayer(source.getControllerId());
|
||||||
return targetCard != null && stackObject != null && player != null
|
return targetCard != null && stackObject != null && player != null
|
||||||
&& player.hasOpponent(stackObject.getControllerId(), game)
|
&& player.hasOpponent(stackObject.getControllerId(), game)
|
||||||
&& game.getState().getZone(targetCard.getId()) == Zone.GRAVEYARD;
|
&& game.getState().getZone(targetCard.getId()) == Zone.GRAVEYARD
|
||||||
|
&& targetCard.isLand();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue