diff options
Diffstat (limited to 'gamemode/itemsystem/exampleitem.lua')
| -rw-r--r-- | gamemode/itemsystem/exampleitem.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
