From 81a41526bfbd485769bc5ecf0c2c9be10b2743d8 Mon Sep 17 00:00:00 2001 From: Missile597 <150307788+Missile597@users.noreply.github.com> Date: Sun, 14 Jan 2024 12:34:58 +0000 Subject: [PATCH] Black Sapbean Fix (#7538) --- code/modules/reagents/reactions/instant/instant_ch.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/reactions/instant/instant_ch.dm b/code/modules/reagents/reactions/instant/instant_ch.dm index 84de92cd59..1f8dace650 100644 --- a/code/modules/reagents/reactions/instant/instant_ch.dm +++ b/code/modules/reagents/reactions/instant/instant_ch.dm @@ -91,6 +91,7 @@ id = "nutriment" result = "nutriment" required_reagents = list("purplesap" = 1, "orangesap" = 1, "bluesap" = 1) + catalysts = list("water" = 5) //CHOMPedit: Catalyst added to prevent conflict with reagents reacting and nixxing each other in black sapbeans result_amount = 3 /////SERAZINE RECIPES//////