mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix error
This commit is contained in:
parent
7964b10a4f
commit
efa1cd0a07
1 changed files with 1 additions and 1 deletions
|
|
@ -93,6 +93,6 @@ class SurrakElusiveHunterTriggeredAbility extends TriggeredAbilityImpl {
|
|||
StackObject targetingObject = CardUtil.getTargetingStackObject(this.getId().toString(), event, game);
|
||||
return targetingObject != null
|
||||
&& !game.getOpponents(getControllerId()).contains(targetingObject.getControllerId())
|
||||
&& !CardUtil.checkTargetedEventAlreadyUsed(this.getId().toString(), targetingObject, event, game)
|
||||
&& !CardUtil.checkTargetedEventAlreadyUsed(this.getId().toString(), targetingObject, event, game);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue