From 571ab5e1b1e20c8dc87a48a518caeee6f4e8a825 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Wed, 11 Apr 2012 19:44:49 +0200 Subject: Lua: Move intros to C --- src/tables.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/tables.c') 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, } }; -- cgit v1.2.3