Skip to content

Commit

Permalink
fix: Anyfin Can Happen showing non-Murlocs
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Dec 13, 2024
1 parent 4dec3e2 commit 72f4be4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public class AnyfinCanHappen: ResurrectionCard
{
public override string GetCardId() => HearthDb.CardIds.Collectible.Paladin.AnyfinCanHappen;

protected override bool FilterCard(Card card) => true;
protected override bool FilterCard(Card card) => card.IsMurloc();

protected override bool ResurrectsMultipleCards() => true;
}

0 comments on commit 72f4be4

Please sign in to comment.