From 88e8a066e72028e24ecca29298a791d9d842e71b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 28 Feb 2022 22:40:59 +0200 Subject: [PATCH] dude open source lmao --- files/templates/comments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 1b1dad0a0..ac38c2f25 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -267,7 +267,7 @@ {% elif blackjack_status == 'lost' %} Lost {{wager}} {{currency_kind}}. {% elif blackjack_status == 'won' %} - Won {{wager}} Coins. + Won {{wager}} {{currency_kind}}. {% elif blackjack_status == 'blackjack' %} Blackjack! Won {{(wager|int * 3/2)|round(0, 'floor')|int}} {{currency_kind}}. {% endif %}