mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(content): Armoire and BGs 2016-07 (#7762)
* feat(content): Armoire and BGs 2016-07 * fix(backgrounds): resize Dilatory Castle Also fixes a long-overlooked issue where the Egg Hunt quest remained available long after its event ended.
This commit is contained in:
@@ -353,6 +353,20 @@ let backgrounds = {
|
||||
notes: t('backgroundWaterfallRockNotes'),
|
||||
},
|
||||
},
|
||||
backgrounds072016: {
|
||||
aquarium: {
|
||||
text: t('backgroundAquariumText'),
|
||||
notes: t('backgroundAquariumNotes'),
|
||||
},
|
||||
dilatory_castle: {
|
||||
text: t('backgroundDilatoryCastleText'),
|
||||
notes: t('backgroundDilatoryCastleNotes'),
|
||||
},
|
||||
deep_sea: {
|
||||
text: t('backgroundDeepSeaText'),
|
||||
notes: t('backgroundDeepSeaNotes'),
|
||||
},
|
||||
},
|
||||
};
|
||||
/* eslint-enable quote-props */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user