forked from External/mage
fix Wojek Investigator
This commit is contained in:
parent
34816be219
commit
dbb520d605
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ public final class WojekInvestigator extends CardImpl {
|
|||
|
||||
// At the beginning of your upkeep, investigate once for each opponent who has more cards in hand than you.
|
||||
this.addAbility(new BeginningOfUpkeepTriggeredAbility(
|
||||
new InvestigateEffect()
|
||||
new InvestigateEffect(WojekInvestigatorValue.instance)
|
||||
.setText("investigate once for each opponent who has more cards in hand than you"),
|
||||
TargetController.YOU, false
|
||||
).addHint(WojekInvestigatorValue.getHint()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue