submit initial working solution to disallow selling of Saddle (#9663)

This commit is contained in:
Julius Jung
2017-12-05 15:22:59 -05:00
committed by Sabe Jones
parent b886d7bb33
commit ec179182e7
3 changed files with 11 additions and 2 deletions

View File

@@ -353,6 +353,7 @@ api.food = {
canBuy () {
return true;
},
sellWarningNote: t('foodSaddleSellWarningNote'),
text: t('foodSaddleText'),
value: 5,
notes: t('foodSaddleNotes'),