From da81a0a23a3704dd2de3ab2249496c1ad1912d1c Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Mon, 9 Oct 2017 16:20:46 -0400 Subject: Updated internal representation of inventories --- gamemode/itemsystem/exampleitem.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gamemode/itemsystem/exampleitem.lua') diff --git a/gamemode/itemsystem/exampleitem.lua b/gamemode/itemsystem/exampleitem.lua index 6beb1f6..d7af511 100644 --- a/gamemode/itemsystem/exampleitem.lua +++ b/gamemode/itemsystem/exampleitem.lua @@ -7,7 +7,7 @@ local item = {} item.Name = "Test item" --Optional, a tooltip to display when hovered over -item.Tooltip = "An old axe, probably good for fighting." +item.Tooltip = "An example item. Copy this file\nand edit it to make your own items!" --Required Returns the data needed to rebuild this item, should only contain the minimum data nessessary since this gets sent over the network item.Serialize = function(self) -- cgit v1.2.3-70-g09d2