mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
Added spooky sparkles to features (#9129)
This commit is contained in:
parent
47ebee9ae8
commit
8a75383c43
1 changed files with 4 additions and 5 deletions
|
|
@ -372,12 +372,11 @@
|
|||
seasonal.featured.items = itemsNotOwned;
|
||||
|
||||
// If we are out of gear, show the spells
|
||||
// @TODO: Open this up when they are available.
|
||||
// @TODO: add dates to check instead?
|
||||
// if (seasonal.featured.items.length === 0) {
|
||||
// this.featuredGearBought = true;
|
||||
// seasonal.featured.items = seasonal.featured.items.concat(seasonal.categories[0].items);
|
||||
// }
|
||||
if (seasonal.featured.items.length === 0) {
|
||||
this.featuredGearBought = true;
|
||||
seasonal.featured.items = seasonal.featured.items.concat(seasonal.categories[0].items);
|
||||
}
|
||||
|
||||
return seasonal;
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue