mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
Clean up content file
This commit is contained in:
@@ -549,8 +549,20 @@ api.timeTravelerStore = (owned) ->
|
|||||||
---------------------------------------------------------------
|
---------------------------------------------------------------
|
||||||
###
|
###
|
||||||
|
|
||||||
api.potion = type: 'potion', text: t('potionText'), notes: t('potionNotes'), value: 25, key: 'potion'
|
api.potion =
|
||||||
api.armoire = type: 'armoire', text: t('armoireText'), notes: t('armoireNotesEmpty'), value: 100, key: 'armoire', canOwn: ((u)-> _.contains(u.achievements.ultimateGearSets, true))
|
type: 'potion',
|
||||||
|
text: t('potionText'),
|
||||||
|
notes: t('potionNotes'),
|
||||||
|
value: 25,
|
||||||
|
key: 'potion'
|
||||||
|
|
||||||
|
api.armoire =
|
||||||
|
type: 'armoire',
|
||||||
|
text: t('armoireText'),
|
||||||
|
notes: t('armoireNotesEmpty'),
|
||||||
|
value: 100,
|
||||||
|
key: 'armoire',
|
||||||
|
canOwn: ((u)-> _.contains(u.achievements.ultimateGearSets, true))
|
||||||
|
|
||||||
###
|
###
|
||||||
---------------------------------------------------------------
|
---------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user