mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Correct saddle
This commit is contained in:
@@ -7,7 +7,11 @@ const CAN_BUY = true;
|
||||
const CAN_DROP = false;
|
||||
|
||||
let saddle = {
|
||||
Saddle: { value: 5 },
|
||||
Saddle: {
|
||||
value: 5,
|
||||
text: t('foodSaddleText'),
|
||||
notes: t('foodSaddleNotes'),
|
||||
},
|
||||
};
|
||||
|
||||
setFoodDefaults(saddle, {canBuy: CAN_BUY, canDrop: CAN_DROP});
|
||||
|
||||
Reference in New Issue
Block a user