mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 15:02:13 -08:00
fix Sharae of Numbing Depths properly (from #13176)
This commit is contained in:
parent
f4eeda743c
commit
3bfa1443b2
1 changed files with 2 additions and 1 deletions
|
|
@ -83,6 +83,7 @@ class SharaeOfNumbingDepthsTriggeredAbility extends TriggeredAbilityImpl {
|
|||
public boolean checkTrigger(GameEvent event, Game game) {
|
||||
Permanent permanent = game.getPermanent(event.getTargetId());
|
||||
return permanent != null
|
||||
&& StaticFilters.FILTER_OPPONENTS_PERMANENT_CREATURE.match(permanent, event.getPlayerId(), this, game);
|
||||
&& isControlledBy(event.getPlayerId()) // whenever you tap
|
||||
&& StaticFilters.FILTER_OPPONENTS_PERMANENT_CREATURE.match(permanent, this.getControllerId(), this, game);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue