mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(content): Armoire and BGs 201608 (#7868)
Plus: beta shops API fixes and front page user count update
This commit is contained in:
@@ -367,6 +367,20 @@ let backgrounds = {
|
||||
notes: t('backgroundDeepSeaNotes'),
|
||||
},
|
||||
},
|
||||
backgrounds082016: {
|
||||
idyllic_cabin: {
|
||||
text: t('backgroundIdyllicCabinText'),
|
||||
notes: t('backgroundIdyllicCabinNotes'),
|
||||
},
|
||||
mountain_pyramid: {
|
||||
text: t('backgroundMountainPyramidText'),
|
||||
notes: t('backgroundMountainPyramidNotes'),
|
||||
},
|
||||
stormy_ship: {
|
||||
text: t('backgroundStormyShipText'),
|
||||
notes: t('backgroundStormyShipNotes'),
|
||||
},
|
||||
},
|
||||
};
|
||||
/* eslint-enable quote-props */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user