From 01a3ed627f9b89b0fbd0a5cf0903f92fdc9c4969 Mon Sep 17 00:00:00 2001 From: scamtank Date: Fri, 12 Jun 2015 00:53:49 +0300 Subject: [PATCH] Just delete the thing If there's need for the DRINK_MAT thing again, it's no big deal to write it back. --- scripts/view-item-info.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/view-item-info.lua b/scripts/view-item-info.lua index db5e1b441..1f83e0807 100644 --- a/scripts/view-item-info.lua +++ b/scripts/view-item-info.lua @@ -249,7 +249,6 @@ end function get_plant_reaction_products (mat) local list = {} --- add_react_prod (list, mat, "DRINK_MAT", "Used to brew ") -- redundant with the jury-rig in the next function add_react_prod (list, mat, "GROWTH_JUICE_PROD", "Pressed into ") add_react_prod (list, mat, "PRESS_LIQUID_MAT", "Pressed into ") add_react_prod (list, mat, "LIQUID_EXTRACTABLE", "Extractable product: ")