Just delete the thing

If there's need for the DRINK_MAT thing again, it's no big deal to write it back.
develop
scamtank 2015-06-12 00:53:49 +03:00
parent d049f79d08
commit 01a3ed627f
1 changed files with 0 additions and 1 deletions

@ -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: ")