aboutsummaryrefslogtreecommitdiff
path: root/entities/weapons/hands.lua
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2016-10-24 21:52:20 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2016-10-24 21:52:20 -0400
commit78e40d9fd55b6ba23db4f459e2c7e9ae2109cf5a (patch)
tree3c87a74fb2c6a792a93c7f242d9e92e478f4f77a /entities/weapons/hands.lua
parent9ae67530dc4be9eaab7b1243330e810d1d5a6fee (diff)
downloadartery-78e40d9fd55b6ba23db4f459e2c7e9ae2109cf5a.tar.gz
artery-78e40d9fd55b6ba23db4f459e2c7e9ae2109cf5a.tar.bz2
artery-78e40d9fd55b6ba23db4f459e2c7e9ae2109cf5a.zip
Allowed items to be dropped
Diffstat (limited to 'entities/weapons/hands.lua')
-rw-r--r--entities/weapons/hands.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/entities/weapons/hands.lua b/entities/weapons/hands.lua
index c97249a..e0b1ae6 100644
--- a/entities/weapons/hands.lua
+++ b/entities/weapons/hands.lua
@@ -36,12 +36,6 @@ function SWEP:ShouldDropOnDie()
return false
end
-function SWEP:Think()
-end
-
-function SWEP:Reload()
-end
-
local Box = Vector(8,8,8)
function SWEP:PrimaryAttack()