diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py
index 3cbd632bb..c5b4632f1 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() and False,
+ "enabled": IS_HOMOWEEN() and SITE == 'devrama.net',
"positive": True,
},
"flashlight": {
diff --git a/files/templates/events/homoween/awards.html b/files/templates/events/homoween/awards.html
index 649cdf674..010f2734c 100644
--- a/files/templates/events/homoween/awards.html
+++ b/files/templates/events/homoween/awards.html
@@ -51,7 +51,7 @@
{% endif %}
-{% if p.award_count("upsidedown", v) and False %}
+{% if p.award_count("upsidedown", v) and SITE == 'devrama.net' %}