mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
fix(food): add missing text functions to Bare Bones Cake
This commit is contained in:
@@ -386,6 +386,8 @@ api.food = {
|
|||||||
/* eslint-disable camelcase */
|
/* eslint-disable camelcase */
|
||||||
Cake_Skeleton: {
|
Cake_Skeleton: {
|
||||||
text: t('foodCakeSkeleton'),
|
text: t('foodCakeSkeleton'),
|
||||||
|
textA: t('foodCakeSkeletonA'),
|
||||||
|
textThe: t('foodCakeSkeletonThe'),
|
||||||
target: 'Skeleton',
|
target: 'Skeleton',
|
||||||
canBuy () {
|
canBuy () {
|
||||||
return canBuyCakeFood;
|
return canBuyCakeFood;
|
||||||
|
|||||||
Reference in New Issue
Block a user