diff options
Diffstat (limited to 'gamemode/craftablesystem/misc/obelisk.lua')
| -rw-r--r-- | gamemode/craftablesystem/misc/obelisk.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gamemode/craftablesystem/misc/obelisk.lua b/gamemode/craftablesystem/misc/obelisk.lua index dd22752..4740047 100644 --- a/gamemode/craftablesystem/misc/obelisk.lua +++ b/gamemode/craftablesystem/misc/obelisk.lua @@ -5,7 +5,7 @@ COMBI.Name = "Obelisk" COMBI.Description = "A broken down obelisk used to make basic runes" COMBI.Req = {} -COMBI.Req["Strange_Stone"] = 50 +COMBI.Req["Strange Stone"] = 50 COMBI.Results = "gms_obelisk" COMBI.Texture = "gms_icons/gms_weapon.png" @@ -21,10 +21,10 @@ COMBI.Description = "the most basic rune used for inscribing" COMBI.Entity = "gms_obelisk" COMBI.Req = {} -COMBI.Req["Strange_Stone"] = 5 +COMBI.Req["Strange Stone"] = 5 COMBI.Results = {} -COMBI.Results["Basic_Rune"] = 1 +COMBI.Results["Basic Rune"] = 1 GMS.RegisterCombi ( COMBI, "gms_obelisk") @@ -37,7 +37,7 @@ COMBI.Entity = "gms_obelisk" COMBI.Req = {} COMBI.Req["Iron"] = 30 COMBI.Req["Wood"] = 5 -COMBI.Req["Strange_Stone"] = 5 +COMBI.Req["Strange Stone"] = 5 COMBI.SkillReq = {} COMBI.SkillReq["Weapon_Crafting"] = 40 |
