dude open source lmao

remotes/1693045480750635534/spooky-22
Aevann1 2022-02-28 22:40:59 +02:00
parent df702a4349
commit 88e8a066e7
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@
{% elif blackjack_status == 'lost' %}
<strong>Lost {{wager}} {{currency_kind}}.</strong>
{% elif blackjack_status == 'won' %}
<strong>Won {{wager}} Coins.</strong>
<strong>Won {{wager}} {{currency_kind}}.</strong>
{% elif blackjack_status == 'blackjack' %}
<strong>Blackjack! Won {{(wager|int * 3/2)|round(0, 'floor')|int}} {{currency_kind}}.</strong>
{% endif %}