aboutsummaryrefslogtreecommitdiff
path: root/gamemode/npcsystem/sh_shop.lua
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2019-05-04 16:05:01 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2019-05-04 16:05:01 -0400
commit100342bdd0a979f283f90875663784f20282dd5e (patch)
tree8188ab5f9dd979d552df3d41fb31b1166b01d150 /gamemode/npcsystem/sh_shop.lua
parentfaa8312074e6ea8a96efd70d6188ef592f81e579 (diff)
downloadartery-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_shop.lua')
-rw-r--r--gamemode/npcsystem/sh_shop.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/gamemode/npcsystem/sh_shop.lua b/gamemode/npcsystem/sh_shop.lua
index c2b291d..31423b6 100644
--- a/gamemode/npcsystem/sh_shop.lua
+++ b/gamemode/npcsystem/sh_shop.lua
@@ -1,3 +1,5 @@
+print("No longer Hello from sh_shop.lua!")
+
local reg = nrequire("sh_npcsystem.lua")
local base = nrequire("sh_talkablenpc.lua")