enable upsidedown again temporarily so i can test smth

pull/214/head
Aevann 2023-10-12 22:01:10 +03:00
parent 0c6fd82443
commit c63f8956b4
2 changed files with 2 additions and 2 deletions

View File

@ -317,7 +317,7 @@ AWARDS = {
"deflectable": False,
"cosmetic": True,
"ghost": True,
"enabled": IS_HOMOWEEN() and False,
"enabled": IS_HOMOWEEN(),
"positive": True,
"included_in_lootbox": True,
},

View File

@ -50,7 +50,7 @@
</div>
{% endif %}
{% if p.award_count("upsidedown", v) and False %}
{% if p.award_count("upsidedown", v) %}
<canvas id="canvas"></canvas>
<link rel="stylesheet" href="{{'events/homoween/css/upsidedown.css' | asset}}">
<script defer src="{{'events/homoween/js/upsidedown.js' | asset}}"></script>