diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index b2ccb9304c..08b4f5a4b6 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -299,7 +299,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 9397b3a34f..97f870c1ef 100644 --- a/files/templates/events/homoween/awards.html +++ b/files/templates/events/homoween/awards.html @@ -50,7 +50,7 @@ {% endif %} -{% if p.award_count("upsidedown", v) %} +{% if p.award_count("upsidedown", v) and False %}