forked from rDrama/rDrama
1
0
Fork 0

show num of lootboxes bought

master
Aevann 2024-05-21 01:40:39 +03:00
parent f5ba626d18
commit c86dad2d60
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<header id="shop-header" class="container text-center pb-0">
<img id="shop-banner" alt="shop banner" src="{{SITE_FULL_IMAGES}}/i/shop.webp">
<ul id="shop-stats" class="my-1 my-md-2">
{% if IS_HOMOWEEN() or IS_FISTMAS() %}
{% if IS_EVENT() %}
<li>Number of lootboxes you bought: {{v.lootboxes_bought|commas}}</li>
{% endif %}
<li>Number of awards you bought: {{v.num_of_bought_awards|commas}}</li>