From 9fd0df9f2fd05a1a451ff82dc282d05df2d39e28 Mon Sep 17 00:00:00 2001 From: SabreCat Date: Tue, 6 Feb 2018 20:34:33 +0000 Subject: [PATCH] fix(food): add missing text functions to Bare Bones Cake --- website/common/script/content/index.js | 2 ++ 1 file changed, 2 insertions(+) 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;