From 58283a74eb924d26eb5865057735bd8b34f5fcba Mon Sep 17 00:00:00 2001 From: Cheridan Date: Thu, 3 Jul 2014 23:00:30 -0500 Subject: [PATCH] restores ambrosia description --- code/modules/hydroponics/grown.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/hydroponics/grown.dm b/code/modules/hydroponics/grown.dm index 20dbbcac753..c82ad0fdca9 100644 --- a/code/modules/hydroponics/grown.dm +++ b/code/modules/hydroponics/grown.dm @@ -128,7 +128,7 @@ /obj/item/weapon/reagent_containers/food/snacks/grown/harebell seed = "obj/item/seeds/harebellseed" name = "harebell" - desc = "\"I'll sweeten thy sad grave: thou shalt not lack the flower that's like thy face, pale primrose, nor the azured hare-bell, like thy veins; no, nor the leaf of eglantine, whom not to slander, out-sweeten’d not thy breath.\"" + desc = "\"I'll sweeten thy sad grave: thou shalt not lack the flower that's like thy face, pale primrose, nor the azured hare-bell, like thy veins; no, nor the leaf of eglantine, whom not to slander, out-sweeten�d not thy breath.\"" icon_state = "harebell" slot_flags = SLOT_HEAD @@ -301,6 +301,7 @@ /obj/item/weapon/reagent_containers/food/snacks/grown/ambrosia/vulgaris name = "ambrosia vulgaris branch" + desc = "This is a plant containing various healing chemicals." /obj/item/weapon/reagent_containers/food/snacks/grown/ambrosia/vulgaris/add_juice() if(..()) @@ -1023,4 +1024,4 @@ /obj/item/weapon/reagent_containers/food/snacks/grown/tea/astra/add_juice() if(..()) - reagents.add_reagent("kelotane", 1+round((potency / 20), 1)) \ No newline at end of file + reagents.add_reagent("kelotane", 1+round((potency / 20), 1))