diff options
| -rw-r--r-- | content/materials/items/rope.png | bin | 0 -> 93628 bytes | |||
| -rw-r--r-- | gamemode/craftablesystem/playermade/rope.lua | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/content/materials/items/rope.png b/content/materials/items/rope.png Binary files differnew file mode 100644 index 0000000..76ed0e2 --- /dev/null +++ b/content/materials/items/rope.png diff --git a/gamemode/craftablesystem/playermade/rope.lua b/gamemode/craftablesystem/playermade/rope.lua index 4e6e15e..e2f50e5 100644 --- a/gamemode/craftablesystem/playermade/rope.lua +++ b/gamemode/craftablesystem/playermade/rope.lua @@ -3,6 +3,7 @@ local COMBI = {} COMBI.Name = "Rope" COMBI.Description = "Allows you to use Rope tool ( Using Rope Tool will consume the Rope ) and used in fishing rod crafting." +COMBI.Icon = "items/rope.png" COMBI.Req = {} COMBI.Req["Herbs"] = 5 |
