mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
fix(timetrav): pinning, mobile order
This commit is contained in:
@@ -955,6 +955,26 @@ const backgrounds = {
|
||||
notes: t('backgroundSnowglobeNotes'),
|
||||
},
|
||||
},
|
||||
timeTravelBackgrounds: {
|
||||
airship: {
|
||||
text: t('backgroundAirshipText'),
|
||||
notes: t('backgroundAirshipNotes'),
|
||||
price: 1,
|
||||
currency: 'hourglasses',
|
||||
},
|
||||
clocktower: {
|
||||
text: t('backgroundClocktowerText'),
|
||||
notes: t('backgroundClocktowerNotes'),
|
||||
price: 1,
|
||||
currency: 'hourglasses',
|
||||
},
|
||||
steamworks: {
|
||||
text: t('backgroundSteamworksText'),
|
||||
notes: t('backgroundSteamworksNotes'),
|
||||
price: 1,
|
||||
currency: 'hourglasses',
|
||||
},
|
||||
},
|
||||
incentiveBackgrounds: {
|
||||
violet: {
|
||||
text: t('backgroundVioletText'),
|
||||
@@ -987,26 +1007,6 @@ const backgrounds = {
|
||||
currency: 'loginIncentive',
|
||||
},
|
||||
},
|
||||
timeTravelBackgrounds: {
|
||||
airship: {
|
||||
text: t('backgroundAirshipText'),
|
||||
notes: t('backgroundAirshipNotes'),
|
||||
price: 1,
|
||||
currency: 'hourglasses',
|
||||
},
|
||||
clocktower: {
|
||||
text: t('backgroundClocktowerText'),
|
||||
notes: t('backgroundClocktowerNotes'),
|
||||
price: 1,
|
||||
currency: 'hourglasses',
|
||||
},
|
||||
steamworks: {
|
||||
text: t('backgroundSteamworksText'),
|
||||
notes: t('backgroundSteamworksNotes'),
|
||||
price: 1,
|
||||
currency: 'hourglasses',
|
||||
},
|
||||
},
|
||||
};
|
||||
/* eslint-enable quote-props */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user