summaryrefslogtreecommitdiff
path: root/gamemode/craftablesystem/workbenches/mythrilworkbench.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/craftablesystem/workbenches/mythrilworkbench.lua')
-rw-r--r--gamemode/craftablesystem/workbenches/mythrilworkbench.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/gamemode/craftablesystem/workbenches/mythrilworkbench.lua b/gamemode/craftablesystem/workbenches/mythrilworkbench.lua
index 91a5e3a..a99e43f 100644
--- a/gamemode/craftablesystem/workbenches/mythrilworkbench.lua
+++ b/gamemode/craftablesystem/workbenches/mythrilworkbench.lua
@@ -4,7 +4,7 @@ COMBI.Name = "Mithril WorkBench"
COMBI.Description = "A very basic industrial crafting station"
COMBI.Req = {}
-COMBI.Req["Pure_Mithril"] = 200
+COMBI.Req["Pure Mithril"] = 200
COMBI.Req["Teak"] = 20
COMBI.Results = "gms_mithrilworkbench"
@@ -20,7 +20,7 @@ COMBI.Description = "A strange pickaxe that has a tendency to only mine a weird
COMBI.Entity = "gms_mithrilworkbench"
COMBI.Req = {}
-COMBI.Req["Pure_Mithril"] = 50
+COMBI.Req["Pure Mithril"] = 50
COMBI.Req["Teak"] = 25