diff --git a/dist/habitrpg-shared.js b/dist/habitrpg-shared.js index 881f686fce..de400f1b82 100644 --- a/dist/habitrpg-shared.js +++ b/dist/habitrpg-shared.js @@ -14191,6 +14191,20 @@ api.backgrounds = { text: t('backgroundSnowyPinesText'), notes: t('backgroundSnowyPinesNotes') } + }, + backgrounds022015: { + blacksmithy: { + text: t('backgroundBlacksmithyText'), + notes: t('backgroundBlacksmithyNotes') + }, + crystal_cave: { + text: t('backgroundCrystalCaveText'), + notes: t('backgroundCrystalCaveNotes') + }, + distant_castle: { + text: t('backgroundDistantCastleText'), + notes: t('backgroundDistantCastleNotes') + } } };