summaryrefslogtreecommitdiff
path: root/src/quest.pkg
diff options
context:
space:
mode:
Diffstat (limited to 'src/quest.pkg')
-rw-r--r--src/quest.pkg5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/quest.pkg b/src/quest.pkg
index 487c62af..3b8fc922 100644
--- a/src/quest.pkg
+++ b/src/quest.pkg
@@ -159,3 +159,8 @@ extern s16b add_new_quest @ new_quest(char *name);
* @note (see file lua_bind.c)
*/
extern void desc_quest @ quest_desc(int q_idx, int d, char *desc);
+
+/*
+ * God quest
+ */
+extern void quest_god_place_rand_dung();