summaryrefslogtreecommitdiff
path: root/src/tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tables.c')
-rw-r--r--src/tables.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/tables.c b/src/tables.c
index 3eea2d39..594c4f16 100644
--- a/src/tables.c
+++ b/src/tables.c
@@ -4317,6 +4317,31 @@ quest_type quest_init_tome[MAX_Q_IDX_INIT] =
{ -1, -1, -1, -1 },
quest_library_describe,
},
+ /* God quest */
+ {
+ FALSE,
+ TRUE,
+ "God quest",
+ {
+ "", /* dynamic desc */
+ },
+ QUEST_STATUS_UNTAKEN,
+ -1,
+ NULL,
+ HOOK_TYPE_C,
+ quest_god_init_hook,
+ { 0 /* quests_given */,
+ 0 /* relics_found */,
+ 1 /* dun_mindepth */,
+ 4 /* dun_maxdepth */,
+ 0 /* dun_minplev */,
+ 0 /* relic_gen_tries */,
+ FALSE /* relic_generated */,
+ 1 /* dung_x */,
+ 1 /* dung_y */,
+ },
+ quest_god_describe,
+ },
};