aboutsummaryrefslogtreecommitdiff
path: root/gamemode/core/combat/sv_weaponswing.lua
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2018-07-15 19:57:27 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2018-07-15 19:57:27 -0400
commit534103be54a129d8255988fc1e75a21a63c6021f (patch)
treec172b0884b4ca26452c5a74f5033b3b1526b6e3a /gamemode/core/combat/sv_weaponswing.lua
parent34d9ae7c4f4176fa9a943e9c2776afc32a867163 (diff)
downloadartery-534103be54a129d8255988fc1e75a21a63c6021f.tar.gz
artery-534103be54a129d8255988fc1e75a21a63c6021f.tar.bz2
artery-534103be54a129d8255988fc1e75a21a63c6021f.zip
Finished gather quest arcs
Finished base quest system, and added "Gather" arcs, where players gather a certain number of a certain item.
Diffstat (limited to 'gamemode/core/combat/sv_weaponswing.lua')
-rw-r--r--gamemode/core/combat/sv_weaponswing.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/gamemode/core/combat/sv_weaponswing.lua b/gamemode/core/combat/sv_weaponswing.lua
index 7cac43a..69bfab4 100644
--- a/gamemode/core/combat/sv_weaponswing.lua
+++ b/gamemode/core/combat/sv_weaponswing.lua
@@ -107,7 +107,7 @@ function ws.doSwing(weapon,ply,callback)
end
---Records animations for swingables.
--- Records the player doing swings ![Requires admin](./req_admin)
+-- Records the player doing swings
--@concommand artery_Recordanimations
concommand.Add("artery_recordanimations",function(ply,cmd,args)
if not ply:IsAdmin() then return end
@@ -199,7 +199,7 @@ concommand.Add("artery_checkSwingable",function(ply,cmd,args)
end)
---Clears the swingable cache, usefull for developers.
--- Clears the list of items the gamemode knows about that are swingable ![Requires admin](./req_admin)
+-- Clears the list of items the gamemode knows about that are swingable
--@concommand artery_clearswingable
concommand.Add("artery_clearswingable",function(ply,cmd,args)
if not ply:IsAdmin() then return end