summaryrefslogtreecommitdiff
path: root/lib/core/init.lua
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-09 15:41:46 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-09 16:14:37 +0200
commit93e3dd939f24965125641ca4a08135a6e723c1a3 (patch)
treeca5d28be0937901011ea814db8e0e5d6e55ce2fe /lib/core/init.lua
parentb92fe01dfebbfed138d0cec1ac23c608be881dfc (diff)
Lua: Remove quests.lua and remove unnecessary dynamism for quests
Diffstat (limited to 'lib/core/init.lua')
-rw-r--r--lib/core/init.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/core/init.lua b/lib/core/init.lua
index 9d0c01a3..d294adb4 100644
--- a/lib/core/init.lua
+++ b/lib/core/init.lua
@@ -17,7 +17,6 @@ tome_dofile_anywhere(ANGBAND_DIR_CORE, "monsters.lua")
tome_dofile_anywhere(ANGBAND_DIR_CORE, "building.lua")
tome_dofile_anywhere(ANGBAND_DIR_CORE, "dungeon.lua")
tome_dofile_anywhere(ANGBAND_DIR_CORE, "s_aux.lua")
-tome_dofile_anywhere(ANGBAND_DIR_CORE, "quests.lua")
tome_dofile_anywhere(ANGBAND_DIR_CORE, "gods.lua")
-- Load the ingame contextual help