From 9158d323a5841de44fa76d9f5f66766f052c6f7c Mon Sep 17 00:00:00 2001 From: deathride58 Date: Tue, 20 Nov 2018 06:19:27 -0500 Subject: [PATCH] buffs lavaland's cacti just a smidge by increasing the amount of vitfro they have by 1.5x (4 > 6) --- code/modules/mining/lavaland/ash_flora.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mining/lavaland/ash_flora.dm b/code/modules/mining/lavaland/ash_flora.dm index 797009cc1b..4077f21ea9 100644 --- a/code/modules/mining/lavaland/ash_flora.dm +++ b/code/modules/mining/lavaland/ash_flora.dm @@ -189,7 +189,7 @@ /obj/item/reagent_containers/food/snacks/grown/ash_flora/cactus_fruit name = "cactus fruit" - list_reagents = list("vitamin" = 2, "nutriment" = 2, "vitfro" = 4) + list_reagents = list("vitamin" = 2, "nutriment" = 2, "vitfro" = 6) desc = "A cactus fruit covered in a thick, reddish skin. And some ash." icon_state = "cactus_fruit" seed = /obj/item/seeds/lavaland/cactus