diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2019-05-04 16:05:01 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2019-05-04 16:05:01 -0400 |
| commit | 100342bdd0a979f283f90875663784f20282dd5e (patch) | |
| tree | 8188ab5f9dd979d552df3d41fb31b1166b01d150 /gamemode/npcsystem/sh_townie.lua | |
| parent | faa8312074e6ea8a96efd70d6188ef592f81e579 (diff) | |
| download | artery-100342bdd0a979f283f90875663784f20282dd5e.tar.gz artery-100342bdd0a979f283f90875663784f20282dd5e.tar.bz2 artery-100342bdd0a979f283f90875663784f20282dd5e.zip | |
Started on the NPC overhual
Added some bits to start on the npcs overhaul
Diffstat (limited to 'gamemode/npcsystem/sh_townie.lua')
| -rw-r--r-- | gamemode/npcsystem/sh_townie.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/npcsystem/sh_townie.lua b/gamemode/npcsystem/sh_townie.lua index 3b693c5..6f93c99 100644 --- a/gamemode/npcsystem/sh_townie.lua +++ b/gamemode/npcsystem/sh_townie.lua @@ -1,7 +1,7 @@ local reg = nrequire("sh_npcsystem.lua") local base1 = nrequire("sh_talkablenpc.lua") -local base2 = nrequire("sh_moveingnpc.lua") +local base2 = nrequire("sh_movingnpc.lua") local npc = {} local npc_m = {__index = function(self,key) |
