mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fix(mobile): temp remove new unlock styles
This commit is contained in:
@@ -2661,7 +2661,7 @@ api.quests = {
|
||||
value: 4,
|
||||
category: 'unlockable',
|
||||
unlockCondition: {
|
||||
condition: 'create account',
|
||||
condition: 'party invite',
|
||||
text: t('createAccountReward')
|
||||
},
|
||||
boss: {
|
||||
@@ -2681,7 +2681,7 @@ api.quests = {
|
||||
value: 4,
|
||||
category: 'unlockable',
|
||||
unlockCondition: {
|
||||
condition: 'login incentive',
|
||||
condition: 'party invite',
|
||||
incentiveThreshold: 7,
|
||||
text: t('loginReward', {count: 7})
|
||||
},
|
||||
@@ -2711,7 +2711,7 @@ api.quests = {
|
||||
value: 4,
|
||||
category: 'unlockable',
|
||||
unlockCondition: {
|
||||
condition: 'login incentive',
|
||||
condition: 'party invite',
|
||||
incentiveThreshold: 22,
|
||||
text: t('loginReward', {count: 22})
|
||||
},
|
||||
@@ -2740,7 +2740,7 @@ api.quests = {
|
||||
value: 4,
|
||||
category: 'unlockable',
|
||||
unlockCondition: {
|
||||
condition: 'login incentive',
|
||||
condition: 'party invite',
|
||||
incentiveThreshold: 40,
|
||||
text: t('loginReward', {count: 40})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user