summaryrefslogtreecommitdiff
path: root/gamemode/craftablesystem/workbenches
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/craftablesystem/workbenches')
-rw-r--r--gamemode/craftablesystem/workbenches/mythrilworkbench.lua4
-rw-r--r--gamemode/craftablesystem/workbenches/techworkbench.lua2
2 files changed, 3 insertions, 3 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
diff --git a/gamemode/craftablesystem/workbenches/techworkbench.lua b/gamemode/craftablesystem/workbenches/techworkbench.lua
index 96b07cb..5940986 100644
--- a/gamemode/craftablesystem/workbenches/techworkbench.lua
+++ b/gamemode/craftablesystem/workbenches/techworkbench.lua
@@ -97,7 +97,7 @@ COMBI.Description = "See the time whereever you go."
COMBI.Entity = "gms_techworkbench"
COMBI.Results = {}
-COMBI.Results["Wrist_Watch"] = 1
+COMBI.Results["Wrist Watch"] = 1
COMBI.Req = {}
COMBI.Req["Iron"] = 5