From b8292f7f56c19684a03f10ca9092b9ec68e67a2a Mon Sep 17 00:00:00 2001 From: WanderingFox95 <75953558+WanderingFox95@users.noreply.github.com> Date: Wed, 21 Apr 2021 15:15:07 +0200 Subject: [PATCH] Small adjustment to quantity Oops, it only made 3 instead of 4 --- code/modules/food_and_drinks/recipes/drinks_recipes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/food_and_drinks/recipes/drinks_recipes.dm b/code/modules/food_and_drinks/recipes/drinks_recipes.dm index 4e07424159..943f421a64 100644 --- a/code/modules/food_and_drinks/recipes/drinks_recipes.dm +++ b/code/modules/food_and_drinks/recipes/drinks_recipes.dm @@ -607,7 +607,7 @@ /datum/chemical_reaction/pinotmort name = "Pinot Mort" id = /datum/reagent/consumable/ethanol/pinotmort - results = list(/datum/reagent/consumable/ethanol/pinotmort = 3) + results = list(/datum/reagent/consumable/ethanol/pinotmort = 4) required_reagents = list(/datum/reagent/ash = 2, /datum/reagent/consumable/ethanol/lizardwine = 1, /datum/reagent/consumable/vitfro = 1) mix_message = "You hear an undescribable scream as it mixes... You're not sure how to feel about this." mix_sound = 'sound/effects/tendril_destroyed.ogg'