mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
feat(content): backgrounds and Armoire 2016-01
This commit is contained in:
@@ -3280,6 +3280,20 @@ api.backgrounds = {
|
||||
notes: t('backgroundWinterTownNotes')
|
||||
}
|
||||
},
|
||||
backgrounds012016: {
|
||||
frozen_lake: {
|
||||
text: t('backgroundFrozenLakeText'),
|
||||
notes: t('backgroundFrozenLakeNotes')
|
||||
},
|
||||
snowman_army: {
|
||||
text: t('backgroundSnowmanArmyText'),
|
||||
notes: t('backgroundSnowmanArmyNotes')
|
||||
},
|
||||
winter_night: {
|
||||
text: t('backgroundWinterNightText'),
|
||||
notes: t('backgroundWinterNightNotes')
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
api.subscriptionBlocks = {
|
||||
|
||||
Reference in New Issue
Block a user