summaryrefslogtreecommitdiff
path: root/src/tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tables.c')
-rw-r--r--src/tables.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tables.c b/src/tables.c
index 281395e0..a06c0143 100644
--- a/src/tables.c
+++ b/src/tables.c
@@ -4924,6 +4924,8 @@ module_type modules[MAX_MODULES] =
50,
/* Skills: */
{ 6, 4, },
+ /* Intro function */
+ tome_intro,
},
{
@@ -4942,6 +4944,8 @@ module_type modules[MAX_MODULES] =
50,
/* Skill overage: */
{ 6, 5, },
+ /* Intro function */
+ theme_intro,
}
};