fix(food): add missing text functions to Bare Bones Cake

This commit is contained in:
SabreCat
2018-02-06 20:34:33 +00:00
parent 1061fb0c31
commit 9fd0df9f2f

View File

@@ -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;