From e54b172a0970b7e9fca60660f890119235b69cbb Mon Sep 17 00:00:00 2001 From: jediluke69 Date: Sat, 27 Apr 2013 19:53:06 -0400 Subject: [PATCH] fixes my silly mistake on drink results... --- code/modules/reagents/Chemistry-Recipes.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index 0b807c91a04..3ca89a094db 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -1935,8 +1935,8 @@ datum rewriter name = "Rewriter" - id = "milkshake" - result = "milkshake" + id = "rewriter" + result = "rewriter" required_reagents = list("spacemountainwind" = 1, "coffee" = 1) result_amount = 2