summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorapickx <apickx@cogarr.net>2017-11-18 16:08:34 -0500
committerapickx <apickx@cogarr.net>2017-11-18 16:08:34 -0500
commit9604c3a2814a840e6893bc0282aff2a9cab0a4fa (patch)
tree92407ed1288dc524f2668e7579c9fd9dda121ae2 /lua
parent0fe57f5eb755d618f3d35adf6ab2e19a5c16792a (diff)
downloadartery_editor-9604c3a2814a840e6893bc0282aff2a9cab0a4fa.tar.gz
artery_editor-9604c3a2814a840e6893bc0282aff2a9cab0a4fa.tar.bz2
artery_editor-9604c3a2814a840e6893bc0282aff2a9cab0a4fa.zip
Minor additionsHEADmaster
Also making a first release for the documentation
Diffstat (limited to 'lua')
-rw-r--r--lua/autorun/town.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/autorun/town.lua b/lua/autorun/town.lua
index a6f6e87..342ba83 100644
--- a/lua/autorun/town.lua
+++ b/lua/autorun/town.lua
@@ -93,6 +93,11 @@ local fakes = {
CreateInventory = function(name)
return {}
end
+ },
+ ["sh_skillcommon.lua"] = {
+ RegisterSkill = function(tbl)
+
+ end
}
}
fakes["core/npc/sv_npcsystem.lua"] = fakes["sv_npcsystem.lua"]