diff --git a/website/common/script/content/index.js b/website/common/script/content/index.js index aa2eb057ba..d064729a04 100644 --- a/website/common/script/content/index.js +++ b/website/common/script/content/index.js @@ -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;