mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
feat(content): backgrounds and Armoire Feb 2018
Also ends Winter Wonderland event
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
import { SEASONAL_SETS } from '../content/constants';
|
||||
// import { SEASONAL_SETS } from '../content/constants';
|
||||
|
||||
module.exports = {
|
||||
opened: true,
|
||||
opened: false,
|
||||
|
||||
currentSeason: 'Winter',
|
||||
currentSeason: 'Closed',
|
||||
|
||||
dateRange: { start: '2017-12-19', end: '2018-01-31' },
|
||||
|
||||
availableSets: [
|
||||
...SEASONAL_SETS.winter,
|
||||
],
|
||||
|
||||
pinnedSets: {
|
||||
@@ -19,7 +18,6 @@ module.exports = {
|
||||
},
|
||||
|
||||
availableSpells: [
|
||||
'snowball',
|
||||
],
|
||||
|
||||
availableQuests: [
|
||||
|
||||
Reference in New Issue
Block a user