From c87a022f3b05418f38af2d715b1e3892ece545d1 Mon Sep 17 00:00:00 2001 From: Tsuchigumo550 Date: Thu, 10 Sep 2020 18:38:44 -0400 Subject: [PATCH] Alters reagent amounts to be more balanced Alters new plant reagent amounts to be more balanced/more difficult to abuse. --- code/modules/hydroponics/grown/chili.dm | 2 +- code/modules/hydroponics/grown/melon.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/hydroponics/grown/chili.dm b/code/modules/hydroponics/grown/chili.dm index a4ea70ca..d39577b4 100644 --- a/code/modules/hydroponics/grown/chili.dm +++ b/code/modules/hydroponics/grown/chili.dm @@ -93,7 +93,7 @@ yield = 3 rarity = 20 mutatelist = list() - reagents_add = list("aphro" = 0.2, "penis_enlarger" = 0.1, "vitamin" = 0.04, "nutriment" = 0.04) + reagents_add = list("aphro" = 0.2, "penis_enlarger" = 0.08, "vitamin" = 0.04, "nutriment" = 0.04) /obj/item/reagent_containers/food/snacks/grown/pink_chili seed = /obj/item/seeds/chili/pink diff --git a/code/modules/hydroponics/grown/melon.dm b/code/modules/hydroponics/grown/melon.dm index e769b009..51de4f30 100644 --- a/code/modules/hydroponics/grown/melon.dm +++ b/code/modules/hydroponics/grown/melon.dm @@ -72,7 +72,7 @@ plantname = "Milk Melon Vines" product = /obj/item/reagent_containers/food/snacks/grown/milkmelon mutatelist = list() - reagents_add = list("milk" = 0.2, "breast_enlarger" = 0.1, "vitamin" = 0.04, "nutriment" = 0.1) + reagents_add = list("milk" = 0.2, "breast_enlarger" = 0.08, "vitamin" = 0.04, "nutriment" = 0.1) rarity = 20 /obj/item/reagent_containers/food/snacks/grown/milkmelon