From 97c678ea1b4c9a9ea2757ad8d94939b9baf3cf05 Mon Sep 17 00:00:00 2001 From: Eneocho <67024428+Eneocho@users.noreply.github.com> Date: Mon, 10 Jan 2022 22:01:43 -0300 Subject: [PATCH] Cruciatus' Spiritbreaker increases with potency (#31748) --- code/modules/hydroponics/seeds.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/seeds.dm b/code/modules/hydroponics/seeds.dm index 5da60c7b213..2ac57a350d8 100644 --- a/code/modules/hydroponics/seeds.dm +++ b/code/modules/hydroponics/seeds.dm @@ -788,7 +788,7 @@ production = 6 yield = 6 potency = 5 - chems = list(NUTRIMENT = list(1), MESCALINE = list(1,8), TANNIC_ACID = list(1,8,1), OPIUM = list(1,10,1), SPIRITBREAKER = list(10)) + chems = list(NUTRIMENT = list(1), MESCALINE = list(1,8), TANNIC_ACID = list(1,8,1), OPIUM = list(1,10,1), SPIRITBREAKER = list(1,10,1)) /datum/seed/ambrosia/deus