From daf76d3aaa84b801419c9b0d72631b01495dc326 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Wed, 1 May 2024 19:23:09 -0400 Subject: [PATCH] gives lavaland plants 50 potency (#25322) --- 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 cf5db27e82b..3a3419db0e2 100644 --- a/code/modules/mining/lavaland/ash_flora.dm +++ b/code/modules/mining/lavaland/ash_flora.dm @@ -237,7 +237,7 @@ maturation = 7 production = 4 yield = 4 - potency = 15 + potency = 50 growthstages = 3 rarity = 20 reagents_add = list("nutriment" = 0.1)