mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 20:28:53 +00:00
fix(events): revert missed sprite and quest availability
This commit is contained in:
parent
d2a487aea1
commit
3270cbf89f
3 changed files with 2 additions and 2 deletions
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: {
|
||||
canBuy: (function() {
|
||||
return true;
|
||||
return false;
|
||||
}),
|
||||
text: t('questEvilSantaText'),
|
||||
notes: t('questEvilSantaNotes'),
|
||||
|
|
@ -1675,7 +1675,7 @@ api.quests = {
|
|||
},
|
||||
evilsanta2: {
|
||||
canBuy: (function() {
|
||||
return true;
|
||||
return false;
|
||||
}),
|
||||
text: t('questEvilSanta2Text'),
|
||||
notes: t('questEvilSanta2Notes'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue