diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index cb7f5b167..55437a237 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -195,6 +195,20 @@ AWARDS = { }, ### Homoween + "stalker": { + "kind": "stalker", + "title": "Stalker", + "description": "???", + "icon": "fas fa-scarecrow", + "color": "text-primary", + "price": 100, + "deflectable": False, + "cosmetic": True, + "ghost": True, + "enabled": IS_HOMOWEEN(), + "negative": False, + "included_in_lootbox": True, + }, "bite": { "kind": "bite", "title": "Zombie Bite", @@ -279,20 +293,6 @@ AWARDS = { "negative": False, "included_in_lootbox": True, }, - "stalker": { - "kind": "stalker", - "title": "Stalker", - "description": "???", - "icon": "fas fa-scarecrow", - "color": "text-primary", - "price": 250, - "deflectable": False, - "cosmetic": True, - "ghost": True, - "enabled": IS_HOMOWEEN(), - "negative": False, - "included_in_lootbox": True, - }, "candy-corn": { "kind": "candy-corn", "title": "Candy Corn",