From 57581aecaba8105c0f8ed88c56d7f54e74123973 Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 31 May 2016 20:06:31 -0400 Subject: q menu can only be opened when alive, change to structure menu, structure menu bug fixes --- gamemode/structuresystem/structures/stonefurnace.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gamemode/structuresystem/structures') diff --git a/gamemode/structuresystem/structures/stonefurnace.lua b/gamemode/structuresystem/structures/stonefurnace.lua index acd20ff..3d3e013 100644 --- a/gamemode/structuresystem/structures/stonefurnace.lua +++ b/gamemode/structuresystem/structures/stonefurnace.lua @@ -30,14 +30,14 @@ end local genericRecipe = { ["Name"] = "Copper", - ["Description"] = "Smelt some copper or into copper!", + ["Description"] = "Smelt some copper ore into\ncopper!", ["Requirements"] = {["Copper Ore"] = 1}, ["Results"] = {["Copper"] = 1}, ["Ratio"] = {1,1}, ["Image"] = "items/ingot_copper.png", ["CanCraft"] = checkfunc, ["Time"] = timefunc, - ["Mults"] = {1,5,10,20,50,3,4,6,7,87} + ["Mults"] = {1,5,10,20,50} } genericGiveRecipie(STRUCT,genericRecipe) -- cgit v1.2.3-70-g09d2