diff options
| author | apickx <apickx@cogarr.net> | 2017-11-18 16:08:34 -0500 |
|---|---|---|
| committer | apickx <apickx@cogarr.net> | 2017-11-18 16:08:34 -0500 |
| commit | 9604c3a2814a840e6893bc0282aff2a9cab0a4fa (patch) | |
| tree | 92407ed1288dc524f2668e7579c9fd9dda121ae2 /lua | |
| parent | 0fe57f5eb755d618f3d35adf6ab2e19a5c16792a (diff) | |
| download | artery_editor-master.tar.gz artery_editor-master.tar.bz2 artery_editor-master.zip | |
Also making a first release for the documentation
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/autorun/town.lua | 5 |
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"] |
