diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-10 16:32:39 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-10 16:32:39 +0000 |
commit | 055ae0a6bb07db30f81236b34ae9ecea56249bbe (patch) | |
tree | 2c2927704c9b8cd6c0e01fa661e6f590f373c317 /npc/scripts.conf | |
parent | b2d6cf5a3c1a1547d1017e45a37e6492639b7f00 (diff) | |
download | serverdata-055ae0a6bb07db30f81236b34ae9ecea56249bbe.tar.gz serverdata-055ae0a6bb07db30f81236b34ae9ecea56249bbe.tar.bz2 serverdata-055ae0a6bb07db30f81236b34ae9ecea56249bbe.tar.xz serverdata-055ae0a6bb07db30f81236b34ae9ecea56249bbe.zip |
Implements Crafting Core system
Recipes etc. not included
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index 4ad30e0e..4e144bf6 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -56,6 +56,7 @@ "npc/functions/manhole.txt", "npc/functions/skills.txt", "npc/functions/lockpicks.txt", +"npc/functions/crafting.txt", // quest debug "npc/functions/quest-debug/functions.txt", |