mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Fix #8892
This commit is contained in:
parent
cf4bb4bdde
commit
325df85376
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class WiretappingTriggeredAbility extends TriggeredAbilityImpl {
|
|||
&& game
|
||||
.getState()
|
||||
.getWatcher(CardsDrawnDuringDrawStepWatcher.class)
|
||||
.getAmountCardsDrawn(event.getPlayerId()) == 0;
|
||||
.getAmountCardsDrawn(event.getPlayerId()) == 1;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue