Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #11 from SabreCat/patch-1
Browse files Browse the repository at this point in the history
Remove misleading "one day" from egg drop text
  • Loading branch information
lefnire committed Jul 31, 2013
2 parents 6bf0305 + 07907ae commit 0d2f9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/items.coffee
Expand Up @@ -71,7 +71,7 @@ items = module.exports.items =
_.each ['weapon', 'armor', 'head', 'shield'], (key) ->
_.each items[key], (item) -> item.type = key

_.each items.pets, (pet) -> pet.notes = 'Find a hatching potion to pour on this egg, and one day it will hatch into a loyal pet.'
_.each items.pets, (pet) -> pet.notes = 'Find a hatching potion to pour on this egg, and it will hatch into a loyal pet.'
_.each items.hatchingPotions, (hatchingPotion) -> hatchingPotion.notes = "Pour this on an egg, and it will hatch as a #{hatchingPotion.text} pet."

module.exports.buyItem = (user, type, value, index) ->
Expand Down

0 comments on commit 0d2f9c9

Please sign in to comment.