mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +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());
|
||||
return targetCard != null && stackObject != null && player != null
|
||||
&& 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