fix Wojek Investigator

This commit is contained in:
xenohedron 2024-02-18 13:22:30 -05:00
parent 34816be219
commit dbb520d605

View file

@ -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()));