forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-29 06:51:42 +02:00
parent c7de23c51a
commit 52ccc4eccd
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@
{% endif %}
{% if c.treasure_amount and c.treasure_amount != '0' %}
<img alt="treasure" src="/static/assets/images/chest.png" width="20" />
<img alt="treasure" src="/static/assets/images/chest.webp" width="20" />
{% if '-' in c.treasure_amount %}
<em>A Mimic Ate {{c.treasure_amount.replace('-', '')}} Coins!</em>
{% else %}