mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
chore(event): conclude
and fix rotten potatoe
This commit is contained in:
@@ -1,25 +1,19 @@
|
||||
import { SEASONAL_SETS } from '../content/constants';
|
||||
// import { SEASONAL_SETS } from '../content/constants';
|
||||
|
||||
export default {
|
||||
opened: true,
|
||||
opened: false,
|
||||
|
||||
currentSeason: 'Fall',
|
||||
currentSeason: 'Closed',
|
||||
|
||||
dateRange: { start: '2020-09-22', end: '2020-10-31' },
|
||||
|
||||
availableSets: [
|
||||
...SEASONAL_SETS.fall,
|
||||
],
|
||||
|
||||
pinnedSets: {
|
||||
healer: 'fall2020DeathsHeadMothHealerSet',
|
||||
rogue: 'fall2020TwoHeadedRogueSet',
|
||||
warrior: 'fall2020WraithWarriorSet',
|
||||
wizard: 'fall2020ThirdEyeMageSet',
|
||||
},
|
||||
|
||||
availableSpells: [
|
||||
'spookySparkles',
|
||||
],
|
||||
|
||||
availableQuests: [
|
||||
|
||||
Reference in New Issue
Block a user