From d71c748f56b479ab97408fe2d42eaf0898982fb7 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 9 Apr 2012 20:52:39 +0200 Subject: Lua: Remove the need for script for Minas Tirith <-> Gondolin link --- src/defines.h | 2 +- src/tables.c | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/defines.h b/src/defines.h index 93b6e9a6..3fc34864 100644 --- a/src/defines.h +++ b/src/defines.h @@ -863,7 +863,7 @@ /* Features 0xCF - 0xFF -- unused */ -#define MAX_BETWEEN_EXITS 2 +#define MAX_BETWEEN_EXITS 3 /* * Number of effects diff --git a/src/tables.c b/src/tables.c index 18a9329a..c5a22204 100644 --- a/src/tables.c +++ b/src/tables.c @@ -4673,6 +4673,14 @@ between_exit between_exits[MAX_BETWEEN_EXITS] = 10, 35, 0, 0 }, + /* Theme: Minas Tirith -> Gondolin link */ + { + 0, + FALSE, + 3, 11, + 119, 25, + 0, 0 + }, }; /* -- cgit v1.2.3