summaryrefslogtreecommitdiff
path: root/gamemode/craftablesystem/misc/factory.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/craftablesystem/misc/factory.lua')
-rw-r--r--gamemode/craftablesystem/misc/factory.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/gamemode/craftablesystem/misc/factory.lua b/gamemode/craftablesystem/misc/factory.lua
index 31f8034..c93c7cb 100644
--- a/gamemode/craftablesystem/misc/factory.lua
+++ b/gamemode/craftablesystem/misc/factory.lua
@@ -113,7 +113,7 @@ COMBI.Description = "Iron can be used to create more advanced buildings and tool
COMBI.Entity = "gms_factory"
COMBI.Req = {}
-COMBI.Req["Iron_Ore"] = 1
+COMBI.Req["Iron Ore"] = 1
COMBI.Results = {}
COMBI.Results["Iron"] = 1
@@ -131,7 +131,7 @@ COMBI.Description = "Copper can be used to create more advanced buildings and to
COMBI.Entity = "gms_factory"
COMBI.Req = {}
-COMBI.Req["Copper_Ore"] = 1
+COMBI.Req["Copper Ore"] = 1
COMBI.Results = {}
COMBI.Results["Copper"] = 1
@@ -195,7 +195,7 @@ COMBI.Entity = "gms_factory"
COMBI.Req = {}
COMBI.Req["Wood"] = 15
-COMBI.Req["Water_Bottles"] = 1
+COMBI.Req["Water Bottles"] = 1
COMBI.Results = {}
COMBI.Results["Resin"] = 5
@@ -211,7 +211,7 @@ COMBI.Entity = "gms_factory"
COMBI.Req = {}
COMBI.Req["Wood"] = 25
-COMBI.Req["Water_Bottles"] = 2
+COMBI.Req["Water Bottles"] = 2
COMBI.Results = {}
COMBI.Results["Resin"] = 10
@@ -227,7 +227,7 @@ COMBI.Entity = "gms_factory"
COMBI.Req = {}
COMBI.Req["Wood"] = 50
-COMBI.Req["Water_Bottles"] = 4
+COMBI.Req["Water Bottles"] = 4
COMBI.Results = {}
COMBI.Results["Resin"] = 25