From f3d34b9ee0dad68d4a94cfb14406a3639f86717c Mon Sep 17 00:00:00 2001 From: Brandon Ingli Date: Sat, 28 Aug 2021 21:54:41 -0500 Subject: [PATCH] #37: Enable Founding Bulldog and Early Access Store Items --- src/plugins/shop/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/shop/main.js b/src/plugins/shop/main.js index 16edbcc..8a3e269 100644 --- a/src/plugins/shop/main.js +++ b/src/plugins/shop/main.js @@ -59,14 +59,14 @@ const ITEMS = { price: 250, description: "[ON SALE FOR A LIMITED TIME] You were there when Spike left beta! Enjoy being distinguished in the roles list and other future perks!", - forSale: false, + forSale: true, }, earlyaccess: { roleName: "earlyaccess", price: 5000, description: "Unlock early access to select new features. Be the early adopter you know you are.", - forSale: false, + forSale: true, }, "2xmult": { roleName: "2xmult",