remotes/1693045480750635534/spooky-22
Aevann1 2022-06-11 16:50:26 +02:00
parent c81f974bc7
commit 30f71855f4
2 changed files with 3 additions and 3 deletions

View File

@ -229,7 +229,7 @@
{% if c.treasure_amount and c.treasure_amount != '0' %}
{% if c.treasure_amount.startswith('l') %}
<img class="treasure" alt="treasure" src="/assets/images/treasure_tickets.webp" width="20" />
<em>Found {{c.treasure_amount.replace('l', '')}} {'Lottershe' if SITE_NAME == 'rDrama' else 'Lottery'} Tickets!</em>
<em>Found {{c.treasure_amount.replace('l', '')}} {{'Lottershe' if SITE_NAME == 'rDrama' else 'Lottery'}} Tickets!</em>
{% elif '-' in c.treasure_amount %}
<img class="treasure" alt="treasure" src="/assets/images/treasure_mimic.webp" width="20" />
<em>A Mimic Ate {{c.treasure_amount.replace('-', '')}} Coins!</em>

View File

@ -86,7 +86,7 @@
{% endif %}
{% if v and v.can_gamble and LOTTERY_ENABLED %}
<span data-bs-toggle="tooltip" data-bs-placement="bottom" title={'Lottershe' if SITE_NAME == 'rDrama' else 'Lottery'}>
<span data-bs-toggle="tooltip" data-bs-placement="bottom" title={{'Lottershe' if SITE_NAME == 'rDrama' else 'Lottery'}}>
<a
href="/lottery"
class="mobile-nav-icon d-md-none">
@ -139,7 +139,7 @@
<span
data-bs-toggle="tooltip"
data-bs-placement="bottom"
title={'Lottershe' if SITE_NAME == 'rDrama' else 'Lottery'}>
title={{'Lottershe' if SITE_NAME == 'rDrama' else 'Lottery'}}>
<a
href="/lottery"
class="nav-link">