forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-03-06 05:55:02 +02:00
parent d35441cbb1
commit 193c2d3b11
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ class Comment(Base):
elif blackjack_status == 'won':
body += f"<strong class='ml-2'>Won {wager} {currency_kind}.</strong>"
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>'
return body