mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 00:09:41 +00:00
Clean up content file
This commit is contained in:
parent
fbeeb18923
commit
576688c15b
1 changed files with 18 additions and 6 deletions
|
|
@ -549,8 +549,20 @@ api.timeTravelerStore = (owned) ->
|
|||
---------------------------------------------------------------
|
||||
###
|
||||
|
||||
api.potion = 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))
|
||||
api.potion =
|
||||
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))
|
||||
|
||||
###
|
||||
---------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue