mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
pets: remove <strong> on "hatching potion"
This commit is contained in:
parent
562634478f
commit
8bad13e5c7
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ items = module.exports.items =
|
||||||
_.each ['weapon', 'armor', 'head', 'shield'], (key) ->
|
_.each ['weapon', 'armor', 'head', 'shield'], (key) ->
|
||||||
_.each items[key], (item) -> item.type = 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."
|
_.each items.hatchingPotions, (hatchingPotion) -> hatchingPotion.notes = "Pour this on an egg, and it will hatch as a #{hatchingPotion.text} pet."
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue