summaryrefslogtreecommitdiff
path: root/src/tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tables.c')
-rw-r--r--src/tables.c17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/tables.c b/src/tables.c
index b736bb85..259fd5ae 100644
--- a/src/tables.c
+++ b/src/tables.c
@@ -4285,7 +4285,22 @@ quest_type quest_init_tome[MAX_Q_IDX_INIT] =
{0, 0, 0, 0},
quest_bounty_describe,
},
-
+ /* Fireproofing */
+ {
+ FALSE,
+ TRUE,
+ "Old Mages quest",
+ {
+ "", /* dynamic desc */
+ },
+ QUEST_STATUS_UNTAKEN,
+ 20,
+ NULL,
+ HOOK_TYPE_C,
+ quest_fireproof_init_hook,
+ {0, 0, 0, 0},
+ quest_fireproof_describe,
+ },
};