summaryrefslogtreecommitdiff
path: root/gamemode/craftablesystem/misc/stove.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/craftablesystem/misc/stove.lua')
-rw-r--r--gamemode/craftablesystem/misc/stove.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/gamemode/craftablesystem/misc/stove.lua b/gamemode/craftablesystem/misc/stove.lua
index 4a8291c..3bf38f3 100644
--- a/gamemode/craftablesystem/misc/stove.lua
+++ b/gamemode/craftablesystem/misc/stove.lua
@@ -68,7 +68,7 @@ COMBI.Req = {}
COMBI.Req["Bass"] = 1
COMBI.Req["Trout"] = 1
COMBI.Req["Spices"] = 2
-COMBI.Req["Water_Bottles"] = 2
+COMBI.Req["Water Bottles"] = 2
COMBI.SkillReq = {}
COMBI.SkillReq["Cooking"] = 2
@@ -87,7 +87,7 @@ COMBI.Entity = "gms_stove"
COMBI.Req = {}
COMBI.Req["Meat"] = 1
COMBI.Req["Spices"] = 1
-COMBI.Req["Water_Bottles"] = 1
+COMBI.Req["Water Bottles"] = 1
COMBI.SkillReq = {}
COMBI.SkillReq["Cooking"] = 2
@@ -118,7 +118,7 @@ COMBI.Entity = "gms_stove"
COMBI.Req = {}
COMBI.Req["Dough"] = 2
-COMBI.Req["Water_Bottles"] = 2
+COMBI.Req["Water Bottles"] = 2
COMBI.Req["Berries"] = 5
COMBI.SkillReq = {}
@@ -203,7 +203,7 @@ COMBI.Entity = "gms_stove"
COMBI.Req = {}
COMBI.Req["Dough"] = 2
-COMBI.Req["Water_Bottles"] = 1
+COMBI.Req["Water Bottles"] = 1
COMBI.SkillReq = {}
COMBI.SkillReq["Cooking"] = 5
@@ -221,7 +221,7 @@ COMBI.Entity = "gms_stove"
COMBI.Req = {}
COMBI.Req["Dough"] = 2
-COMBI.Req["Water_Bottles"] = 1
+COMBI.Req["Water Bottles"] = 1
COMBI.Req["Meat"] = 2
COMBI.SkillReq = {}