summaryrefslogtreecommitdiff
path: root/src/bldg.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-10 06:47:09 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-10 08:27:15 +0200
commit01382b9ad17cf77a7f2867b8efce4ceb619392f7 (patch)
tree07798caa798bf61780e10dde198fb8659a9d0b3d /src/bldg.c
parent6f98f68a44ce9a24efe3ff2722d63ad327772f1b (diff)
Lua: Move Theme's stair handling to C
Diffstat (limited to 'src/bldg.c')
-rw-r--r--src/bldg.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/bldg.c b/src/bldg.c
index e35cc023..6b785d2a 100644
--- a/src/bldg.c
+++ b/src/bldg.c
@@ -2054,6 +2054,14 @@ bool_ bldg_process_command(store_type *s_ptr, int i)
break;
}
+ case BACT_EREBOR_KEY:
+ {
+ msg_print("You will need Thorin's Key and Thrain's Map"
+ " to get anywhere in Erebor. One may be found"
+ " in the Barrow-Downs. The other, in Mirkwood.");
+ break;
+ }
+
default:
{
if (process_hooks_ret(HOOK_BUILDING_ACTION, "dd", "(d)", bact))