fix wording in Ep3 card transformation comment

This commit is contained in:
Martin Michelsen
2023-10-17 10:24:11 -07:00
parent 08a1bf3238
commit 85ef84a6d5
+1 -1
View File
@@ -686,7 +686,7 @@ struct CardDefinition {
// Once a rank is chosen, the game puts all possible cards into buckets based
// on how many of that card the player already has, then chooses a random card
// out of bucket 0, then bucket 1, etc. all the way up to bucket 49 (or 2 if
// the final rank is S or SS). The first drawn card that is the final rank is
// the final rank is S or SS). The first drawn card that has the final rank is
// the card that the original card transforms into. Notably, this logic means
// that cards are more likely to transform into cards that the player doesn't
// already have, or only has few copies of. Also notably, it is impossible for