mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
fix(content): Correctly generate api.hatchingPotions
This commit is contained in:
parent
bebc4556ea
commit
3d38777ec8
1 changed files with 1 additions and 1 deletions
|
|
@ -1178,7 +1178,7 @@ _.each api.dropHatchingPotions, (pot,key) ->
|
|||
_.each api.premiumHatchingPotions, (pot,key) ->
|
||||
_.defaults pot, {key, value: 2, notes: t('hatchingPotionNotes', {potText: pot.text}), premium: true, limited: false, canBuy: (()->true)}
|
||||
|
||||
api.hatchingPotions = _.merge(api.dropHatchingPotions, api.premiumPotionAddlNotes)
|
||||
api.hatchingPotions = _.merge(api.dropHatchingPotions, api.premiumHatchingPotions)
|
||||
|
||||
|
||||
api.pets = _.transform api.dropEggs, (m, egg) ->
|
||||
|
|
|
|||
Loading…
Reference in a new issue