pets: remove <strong> on "hatching potion"
This commit is contained in:
@@ -67,7 +67,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 <strong>hatching potion</strong> 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 one day 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."
|
||||
|
||||
###
|
||||
|
||||
Reference in New Issue
Block a user