Skip to content

Commit

Permalink
Update clearthedungeon.py according to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SandeepaDilshanAlagiyawanna authored Oct 23, 2024
1 parent 027cd40 commit 5f3338a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysollib/games/clearthedungeon.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def acceptsCards(self, from_stack, cards):
goal_rank = card.rank + 1
goal_suit = card.suit
elif cardnum == 1:
# Add a value of 10 if the card is a joker, otherwise
# Add a value of 10 if the card is a joker, otherwise
# add its rank
if card.suit == 4:
total += 10
Expand Down

0 comments on commit 5f3338a

Please sign in to comment.