From 3e349b75ea6e761ea24672e0be57310ade20601b Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Sat, 9 Jul 2016 18:38:19 -0700 Subject: [PATCH] Fixes Omega Weed (#19229) * Fixes Omega Weed well i put an extra 0 in there * I told you it was reasonable oranges --- code/modules/hydroponics/grown/cannabis.dm | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/code/modules/hydroponics/grown/cannabis.dm b/code/modules/hydroponics/grown/cannabis.dm index 1b65351248b..3904ace9273 100644 --- a/code/modules/hydroponics/grown/cannabis.dm +++ b/code/modules/hydroponics/grown/cannabis.dm @@ -63,21 +63,21 @@ plantname = "Omega Weed" product = /obj/item/weapon/reagent_containers/food/snacks/grown/cannabis/ultimate mutatelist = list() - reagents_add = list("space_drugs" = 0.03, - "mindbreaker" = 0.03, - "mercury" = 0.015, - "lithium" = 0.015, - "atropine" = 0.015, - "haloperidol" = 0.015, - "methamphetamine" = 0.015, - "capsaicin" = 0.015, - "barbers_aid" = 0.015, - "bath_salts" = 0.015, - "itching_powder" = 0.015, - "crank" = 0.015, - "krokodil" = 0.015, - "histamine" = 0.015, - "lipolicide" = 0.015) + reagents_add = list("space_drugs" = 0.3, + "mindbreaker" = 0.3, + "mercury" = 0.15, + "lithium" = 0.15, + "atropine" = 0.15, + "haloperidol" = 0.15, + "methamphetamine" = 0.15, + "capsaicin" = 0.15, + "barbers_aid" = 0.15, + "bath_salts" = 0.15, + "itching_powder" = 0.15, + "crank" = 0.15, + "krokodil" = 0.15, + "histamine" = 0.15, + "lipolicide" = 0.15) rarity = 69 @@ -112,4 +112,4 @@ seed = /obj/item/seeds/cannabis/ultimate desc = "You feel dizzy looking at it. What the fuck?" icon_state = "ocannabis" - volume = 69 \ No newline at end of file + volume = 420