mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 11:40:25 +00:00
fix(Saddle): Tweak wording
This commit is contained in:
parent
3138c0aee5
commit
33fbc5716b
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ api.food =
|
|||
# Tests hack, put honey last so the faux random picks it up in unit tests
|
||||
Honey: text: 'Honey', target: 'Golden', article: ''
|
||||
|
||||
Saddle: text: 'Saddle', value: 5, notes: 'Instantly raises your pet into a mount.'
|
||||
Saddle: text: 'Saddle', value: 5, notes: 'Instantly raises one of your pets into a mount.'
|
||||
_.each api.food, (food,key) ->
|
||||
_.defaults food, {value: 1, key, notes: "Feed this to a pet and it may grow into a sturdy steed.", canBuy:true}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue