From c03c25b045c334fd13c581439f939d2a48e7e6f1 Mon Sep 17 00:00:00 2001 From: cohrs Date: Sun, 7 Jul 2002 20:57:13 +0000 Subject: [PATCH] B01021 - Samurai quest doors wondered why there were no DOOR:nodoor specs for several doors in the Samurai quest. I wasn't positive, but it seemed like these should have been DOOR:closed, which is what I've added. --- dat/Samurai.des | 10 ++++++++++ doc/fixes34.1 | 1 + 2 files changed, 11 insertions(+) diff --git a/dat/Samurai.des b/dat/Samurai.des index e31cba8f0..5cb513f5c 100644 --- a/dat/Samurai.des +++ b/dat/Samurai.des @@ -267,6 +267,11 @@ ENDMAP # Dungeon Description RANDOM_PLACES:(02,11),(42,09) REGION:(00,00,44,19),unlit,"ordinary" +# Doors +DOOR:closed,(19,10) +DOOR:closed,(22,08) +DOOR:closed,(22,12) +DOOR:closed,(25,10) # Stairs STAIR:place[0],up # Non diggable walls @@ -387,6 +392,11 @@ MAP ------------- ------------- ENDMAP REGION:(00,00,59,15),unlit,"ordinary" +# Doors +DOOR:closed,(16,07) +DOOR:closed,(16,08) +DOOR:closed,(43,07) +DOOR:closed,(43,08) # STAIR: random, up STAIR: random, down diff --git a/doc/fixes34.1 b/doc/fixes34.1 index 0e0479e57..012ed5b3d 100644 --- a/doc/fixes34.1 +++ b/doc/fixes34.1 @@ -147,6 +147,7 @@ no messages were printed when dowaterdemon or dowaternymph failed to create knights should be able to avenge attacks from covetous monsters eating various rotten food items would not break vegan/vegetarian conduct unaligned special levels should inherit alignment from the dungeon +Samurai quest was missing several doors Platform- and/or Interface-Specific Fixes