Skip to content

Commit

Permalink
pets: rename base.name to from "Common" to "Base" for technical reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
lefnire committed Mar 28, 2013
1 parent 6d6085e commit a966c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/items.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit a966c2c

Please sign in to comment.