From 454560d83f3d00cc4fcd4852fa84f635da962fb1 Mon Sep 17 00:00:00 2001 From: TheGreatKitsune Date: Sun, 3 Jul 2022 21:12:39 -0500 Subject: [PATCH] Fix Nar'Sour's result amount --- code/modules/reagents/reactions/instant/drinks_ch.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/reactions/instant/drinks_ch.dm b/code/modules/reagents/reactions/instant/drinks_ch.dm index faa277381d..72c2e37ade 100644 --- a/code/modules/reagents/reactions/instant/drinks_ch.dm +++ b/code/modules/reagents/reactions/instant/drinks_ch.dm @@ -196,6 +196,7 @@ required_reagents = list("blood" = 1, "lemonjuice" = 1, "demonsblood" = 1) mix_message = "The mixture develops a sinister glow." reaction_sound = 'sound/effects/singlebeat.ogg' + result_amount = 3 /decl/chemical_reaction/instant/drinks/cogchamp name = "CogChamp"