diff --git a/website/common/script/content/index.js b/website/common/script/content/index.js index e50ec1ec19..2c52045e75 100644 --- a/website/common/script/content/index.js +++ b/website/common/script/content/index.js @@ -700,7 +700,7 @@ api.quests = { }, evilsanta: { canBuy: (function() { - return true; + return false; }), text: t('questEvilSantaText'), notes: t('questEvilSantaNotes'), @@ -726,7 +726,7 @@ api.quests = { }, evilsanta2: { canBuy: (function() { - return true; + return false; }), text: t('questEvilSanta2Text'), notes: t('questEvilSanta2Notes'),