From 14075be4be1a6de848e2a3ec9395ad0da9283bca Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Wed, 25 Jan 2017 02:16:12 -0500 Subject: [PATCH] 420 --- code/modules/hydroponics/grown/cannabis.dm | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/code/modules/hydroponics/grown/cannabis.dm b/code/modules/hydroponics/grown/cannabis.dm index 8e08e23efdd..ab1dff988e8 100644 --- a/code/modules/hydroponics/grown/cannabis.dm +++ b/code/modules/hydroponics/grown/cannabis.dm @@ -62,20 +62,24 @@ plantname = "Omega Weed" product = /obj/item/weapon/reagent_containers/food/snacks/grown/cannabis/ultimate mutatelist = list() - reagents_add = list("space_drugs" = 0.3, - "lsd" = 0.3, + reagents_add = list("lsd" = 0.15, + "suicider" = 0.15, + "space_drugs" = 0.15, "mercury" = 0.15, "lithium" = 0.15, "atropine" = 0.15, + "ephedrine" = 0.15, "haloperidol" = 0.15, "methamphetamine" = 0.15, - "capsaicin" = 0.15, + "thc" = 0.15, + "psilocybin" = 0.15, + "hairgrownium" = 0.15, + "ectoplasm" = 0.15, "bath_salts" = 0.15, "itching_powder" = 0.15, "crank" = 0.15, "krokodil" = 0.15, - "histamine" = 0.15, - "lipolicide" = 0.15) + "histamine" = 0.15) rarity = 69