mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-05-20 12:48:43 +00:00
fix(food): add missing text functions to Bare Bones Cake
This commit is contained in:
parent
1061fb0c31
commit
9fd0df9f2f
1 changed files with 2 additions and 0 deletions
|
|
@ -386,6 +386,8 @@ api.food = {
|
|||
/* eslint-disable camelcase */
|
||||
Cake_Skeleton: {
|
||||
text: t('foodCakeSkeleton'),
|
||||
textA: t('foodCakeSkeletonA'),
|
||||
textThe: t('foodCakeSkeletonThe'),
|
||||
target: 'Skeleton',
|
||||
canBuy () {
|
||||
return canBuyCakeFood;
|
||||
|
|
|
|||
Loading…
Reference in a new issue