mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fix(event): disable buying Santa quests
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user