submit initial working solution to disallow selling of Saddle (#9663)
This commit is contained in:
@@ -286,6 +286,7 @@
|
||||
|
||||
"foodSaddleText": "Saddle",
|
||||
"foodSaddleNotes": "Instantly raises one of your pets into a mount.",
|
||||
"foodSaddleSellWarningNote": "Hey! This is a pretty useful item! Are you familiar with how to use a Saddle with your Pets?",
|
||||
|
||||
"foodNotes": "Feed this to a pet and it may grow into a sturdy steed."
|
||||
}
|
||||
|
||||
@@ -353,6 +353,7 @@ api.food = {
|
||||
canBuy () {
|
||||
return true;
|
||||
},
|
||||
sellWarningNote: t('foodSaddleSellWarningNote'),
|
||||
text: t('foodSaddleText'),
|
||||
value: 5,
|
||||
notes: t('foodSaddleNotes'),
|
||||
|
||||
Reference in New Issue
Block a user