Skip to content

Commit

Permalink
show count of possible secrets in play again (closes HearthSim#1682)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zeier committed Nov 2, 2015
1 parent 1a50f21 commit bf08719
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public List<Secret> GetSecrets()
foreach(var possible in secret.PossibleSecrets)
{
if(possible.Value)
returnThis.Find(x => x.CardId == possible.Key).Count = 1;
returnThis.Find(x => x.CardId == possible.Key).Count++;
}
}

Expand Down

0 comments on commit bf08719

Please sign in to comment.