summaryrefslogtreecommitdiff
path: root/src/tables.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-11 19:44:49 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-11 19:51:07 +0200
commit571ab5e1b1e20c8dc87a48a518caeee6f4e8a825 (patch)
tree61e2879f2d76209084fa748d420efd0317052c65 /src/tables.c
parenteaeaf76609a894e52f12dbbd35597aebbabb113a (diff)
Lua: Move intros to C
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,
}
};