mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
pets: rename base.name to from "Common" to "Base" for technical reasons
This commit is contained in:
parent
6d6085e29b
commit
a966c2ce65
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ items = module.exports.items =
|
|||
]
|
||||
|
||||
hatchingPotions: [
|
||||
{text: 'Common', name: 'Base', notes: "Hatches your pet in it's base form.", value: 1}
|
||||
{text: 'Base', name: 'Base', notes: "Hatches your pet in it's base form.", value: 1}
|
||||
{text: 'White', name: 'White', notes: 'Turns your animal into a White pet.', value: 2}
|
||||
{text: 'Desert', name: 'Desert', notes: 'Turns your animal into a Desert pet.', value: 2}
|
||||
{text: 'Red', name: 'Red', notes: 'Turns your animal into a Red pet.', value: 3}
|
||||
|
|
|
|||
Loading…
Reference in a new issue