mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 13:47:33 +01:00
submit initial working solution to disallow selling of Saddle (#9663)
This commit is contained in:
@@ -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