summaryrefslogtreecommitdiff
path: root/gamemode/craftablesystem/misc/runeinfuser.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/craftablesystem/misc/runeinfuser.lua')
-rw-r--r--gamemode/craftablesystem/misc/runeinfuser.lua44
1 files changed, 22 insertions, 22 deletions
diff --git a/gamemode/craftablesystem/misc/runeinfuser.lua b/gamemode/craftablesystem/misc/runeinfuser.lua
index 151aa57..39f286c 100644
--- a/gamemode/craftablesystem/misc/runeinfuser.lua
+++ b/gamemode/craftablesystem/misc/runeinfuser.lua
@@ -4,9 +4,9 @@ COMBI.Name = "Runic Infuser"
COMBI.Description = "A basic place for infusing tools"
COMBI.Req = {}
-COMBI.Req["Strange_Stone"] = 200
+COMBI.Req["Strange Stone"] = 200
COMBI.Req["Stone"] = 200
-COMBI.Req["Basic_Rune"] = 20
+COMBI.Req["Basic Rune"] = 20
COMBI.Results = "gms_runicinfuser"
COMBI.Texture = "gms_icons/gms_weapon.png"
@@ -22,10 +22,10 @@ COMBI.Entity = "gms_runicinfuser"
COMBI.Req = {}
COMBI.Req["Stone"] = 150
-COMBI.Req["Strange_Stone"] = 20
+COMBI.Req["Strange Stone"] = 20
COMBI.Results = {}
-COMBI.Results["Pickaxe_Head"] = 1
+COMBI.Results["Pickaxe Head"] = 1
GMS.RegisterCombi( COMBI, "gms_runicinfuser" )
@@ -37,10 +37,10 @@ COMBI.Entity = "gms_runicinfuser"
COMBI.Req = {}
COMBI.Req["Stone"] = 100
-COMBI.Req["Strange_Stone"] = 15
+COMBI.Req["Strange Stone"] = 15
COMBI.Results = {}
-COMBI.Results["Pickaxe_Handle"] = 1
+COMBI.Results["Pickaxe Handle"] = 1
GMS.RegisterCombi( COMBI, "gms_runicinfuser" )
@@ -51,10 +51,10 @@ COMBI.Description = "A strange pickaxe that has a tendency to only mine a weird
COMBI.Entity = "gms_runicinfuser"
COMBI.Req = {}
-COMBI.Req["Pickaxe_Head"] = 1
-COMBI.Req["Pickaxe_Handle"] = 1
-COMBI.Req["Air_Rune"] = 3
-COMBI.Req["Strange_Stone"] = 15
+COMBI.Req["Pickaxe Head"] = 1
+COMBI.Req["Pickaxe Handle"] = 1
+COMBI.Req["Air Rune"] = 3
+COMBI.Req["Strange Stone"] = 15
COMBI.Texture = "gms_icons/gms_weapon.png"
COMBI.SwepClass = "gms_runeapickaxe"
@@ -68,10 +68,10 @@ COMBI.Description = "A strange pickaxe that has a tendency to only mine a weird
COMBI.Entity = "gms_runicinfuser"
COMBI.Req = {}
-COMBI.Req["Pickaxe_Head"] = 1
-COMBI.Req["Pickaxe_Handle"] = 1
-COMBI.Req["Earth_Rune"] = 3
-COMBI.Req["Strange_Stone"] = 15
+COMBI.Req["Pickaxe Head"] = 1
+COMBI.Req["Pickaxe Handle"] = 1
+COMBI.Req["Earth Rune"] = 3
+COMBI.Req["Strange Stone"] = 15
COMBI.Texture = "gms_icons/gms_weapon.png"
COMBI.SwepClass = "gms_runeepickaxe"
@@ -85,10 +85,10 @@ COMBI.Description = "A strange pickaxe that has a tendency to only mine a weird
COMBI.Entity = "gms_runicinfuser"
COMBI.Req = {}
-COMBI.Req["Pickaxe_Head"] = 1
-COMBI.Req["Pickaxe_Handle"] = 1
-COMBI.Req["Fire_Rune"] = 3
-COMBI.Req["Strange_Stone"] = 15
+COMBI.Req["Pickaxe Head"] = 1
+COMBI.Req["Pickaxe Handle"] = 1
+COMBI.Req["Fire Rune"] = 3
+COMBI.Req["Strange Stone"] = 15
COMBI.Texture = "gms_icons/gms_weapon.png"
COMBI.SwepClass = "gms_runefpickaxe"
@@ -102,10 +102,10 @@ COMBI.Description = "A strange pickaxe that has a tendency to only mine a weird
COMBI.Entity = "gms_runicinfuser"
COMBI.Req = {}
-COMBI.Req["Pickaxe_Head"] = 1
-COMBI.Req["Pickaxe_Handle"] = 1
-COMBI.Req["Water_Rune"] = 3
-COMBI.Req["Strange_Stone"] = 15
+COMBI.Req["Pickaxe Head"] = 1
+COMBI.Req["Pickaxe Handle"] = 1
+COMBI.Req["Water Rune"] = 3
+COMBI.Req["Strange Stone"] = 15
COMBI.Texture = "gms_icons/gms_weapon.png"
COMBI.SwepClass = "gms_runewpickaxe"