diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index 4c372b38c..c551e8246 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -286,7 +286,7 @@ AWARDS = { "deflectable": False, "cosmetic": True, "ghost": True, - "enabled": IS_HOMOWEEN(), + "enabled": IS_HOMOWEEN() and False, "positive": True, }, "flashlight": { diff --git a/files/templates/events/homoween/awards.html b/files/templates/events/homoween/awards.html index 5104a0dde..d66396392 100644 --- a/files/templates/events/homoween/awards.html +++ b/files/templates/events/homoween/awards.html @@ -51,7 +51,8 @@ {% endif %} -{% if p.award_count("upsidedown", v) %} +{% if p.award_count("upsidedown", v) and False %} + {% endif %}