wager
This commit is contained in:
parent
512f3c8907
commit
46077e7e94
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ class Comment(Base):
|
||||||
elif blackjack_status == 'won':
|
elif blackjack_status == 'won':
|
||||||
body += f"<strong class='ml-2'>Won {wager} {currency_kind}.</strong>"
|
body += f"<strong class='ml-2'>Won {wager} {currency_kind}.</strong>"
|
||||||
elif blackjack_status == 'blackjack':
|
elif blackjack_status == 'blackjack':
|
||||||
body += f"<strong class='ml-2'>Blackjack! Won {floor(wager_value * 3/2)} {currency_kind}.</strong>"
|
body += f"<strong class='ml-2'>Blackjack! Won {floor(wager * 3/2)} {currency_kind}.</strong>"
|
||||||
|
|
||||||
body += '</span>'
|
body += '</span>'
|
||||||
return body
|
return body
|
Loading…
Add table
Add a link
Reference in a new issue