summaryrefslogtreecommitdiff
path: root/gamemode/itemsystem/common_dropable.lua
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2016-05-01 21:04:16 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2016-05-01 21:04:16 -0400
commite1516804ffa48fa0c8abf69c191e404a8df5d0b5 (patch)
tree64bd4baa8b5b6cf2433167d9d4bd3189c2826f00 /gamemode/itemsystem/common_dropable.lua
parentb8c39c8c682c426dbde45d66b28a4b9a41cd4f01 (diff)
downloadgmstranded-e1516804ffa48fa0c8abf69c191e404a8df5d0b5.tar.gz
gmstranded-e1516804ffa48fa0c8abf69c191e404a8df5d0b5.tar.bz2
gmstranded-e1516804ffa48fa0c8abf69c191e404a8df5d0b5.zip
Started working on commenting
Diffstat (limited to 'gamemode/itemsystem/common_dropable.lua')
-rw-r--r--gamemode/itemsystem/common_dropable.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/gamemode/itemsystem/common_dropable.lua b/gamemode/itemsystem/common_dropable.lua
index 94513d3..14d3da5 100644
--- a/gamemode/itemsystem/common_dropable.lua
+++ b/gamemode/itemsystem/common_dropable.lua
@@ -1,3 +1,5 @@
+--Adds a function to to allow the player to drop this item, in quantities of 1, half, all, or X, which brings up a menu asking the player how many they would like to drop
+
function genericMakeDroppable(tbl)
if(SERVER) then return end
local drop1 = function(player)