forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-11 12:00:33 -06:00
parent 0dc716b6bf
commit a12ac3485f
3 changed files with 9 additions and 9 deletions

View File

@ -0,0 +1,7 @@
{% set count = p.award_count("gingerbread") * 1 if p.award_count("gingerbread") < 10 else 10 %}
{% for i in range(count) %}
<div class="snowflake pointer-events-none animate-spin">
<img src="/assets/christmas/images/marsey/ginger2-1.png" width="40" height="40" alt="animated coal icon"/>
</div>
{% endfor %}

View File

@ -1,7 +0,0 @@
{% set coalCount = p.award_count("coal") * 1 if p.award_count("snow") < 10 else 10 %}
{% for i in range(coalCount) %}
<div class="snowflake pointer-events-none">
<img src="/assets/christmas/images/GingerMarsey.png" width="40" height="40" alt="animated coal icon"/>
</div>
{% endfor %}

View File

@ -46,8 +46,8 @@
{% endif %}
<!-- Ginger Marsey award -->
{% if p.award_count("gingermarsey") %}
{% include "/awards/Christmas/GingerMarsey.html" %}
{% if p.award_count("gingerbread") %}
{% include "/awards/Christmas/Gingerbread.html" %}
{% endif %}
<!-- Javascript -->