]> granicus.if.org Git - nethack/commitdiff
B01021 - Samurai quest doors
authorcohrs <cohrs>
Sun, 7 Jul 2002 20:57:13 +0000 (20:57 +0000)
committercohrs <cohrs>
Sun, 7 Jul 2002 20:57:13 +0000 (20:57 +0000)
<Someone> 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
doc/fixes34.1

index e31cba8f07122516bd67a71cd32134f03983c433..5cb513f5c8d0ac33b92b72301cec591574131b70 100644 (file)
@@ -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
index 0e0479e5731e15863038d6574d66340cec2823b7..012ed5b3da4c0b887da3f1fc0665fb478437c659 100644 (file)
@@ -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