diff options
Diffstat (limited to 'gamemode/itemsystem/items/trout.lua')
| -rw-r--r-- | gamemode/itemsystem/items/trout.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gamemode/itemsystem/items/trout.lua b/gamemode/itemsystem/items/trout.lua deleted file mode 100644 index 4713ac3..0000000 --- a/gamemode/itemsystem/items/trout.lua +++ /dev/null @@ -1,10 +0,0 @@ -ITEM = {} - -ITEM.Name = "A flippy floppy fish!" -ITEM.Description = "Something you can craft with!" -ITEM.Icon = "test.png" -ITEM.UniqueData = false - -genericMakeDroppable(ITEM) - -GMS.RegisterResource(ITEM) |
