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: {
|
evilsanta: {
|
||||||
canBuy: (function() {
|
canBuy: (function() {
|
||||||
return true;
|
return false;
|
||||||
}),
|
}),
|
||||||
text: t('questEvilSantaText'),
|
text: t('questEvilSantaText'),
|
||||||
notes: t('questEvilSantaNotes'),
|
notes: t('questEvilSantaNotes'),
|
||||||
@@ -726,7 +726,7 @@ api.quests = {
|
|||||||
},
|
},
|
||||||
evilsanta2: {
|
evilsanta2: {
|
||||||
canBuy: (function() {
|
canBuy: (function() {
|
||||||
return true;
|
return false;
|
||||||
}),
|
}),
|
||||||
text: t('questEvilSanta2Text'),
|
text: t('questEvilSanta2Text'),
|
||||||
notes: t('questEvilSanta2Notes'),
|
notes: t('questEvilSanta2Notes'),
|
||||||
|
|||||||
Reference in New Issue
Block a user