mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
fix(events): revert missed sprite and quest availability
This commit is contained in:
BIN
common/dist/sprites/spritesmith-main-5.png
vendored
BIN
common/dist/sprites/spritesmith-main-5.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 332 KiB After Width: | Height: | Size: 331 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 5.8 KiB |
@@ -1649,7 +1649,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'),
|
||||||
@@ -1675,7 +1675,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