]> granicus.if.org Git - nethack/commitdiff
U631 - bustling town down stairs
authorcohrs <cohrs>
Thu, 4 Sep 2003 15:24:15 +0000 (15:24 +0000)
committercohrs <cohrs>
Thu, 4 Sep 2003 15:24:15 +0000 (15:24 +0000)
correct the region where the down stairs can be placed so they don't show up
in a cut off cave.  If/when the level generator is improved to avoid generating
such caves, the down stairs region could potentially be changed back.

dat/mines.des
doc/fixes34.3

index 6eab0f141cefb82fc9bc7ce06169ec58cd9bc936..443940304a8d88f3102b8cf19766d80913df06c8 100644 (file)
@@ -526,7 +526,7 @@ ENDMAP
 
 REGION:(00,00,38,15),lit,"ordinary"
 STAIR:levregion(01,03,20,19),(0,0,39,15),up
-STAIR:levregion(21,03,75,19),(0,0,39,15),down
+STAIR:levregion(61,03,75,19),(0,0,39,15),down
 FOUNTAIN:(22,07)
 FOUNTAIN:(09,13)
 REGION:(13,5,14,6),unlit,"ordinary"
index 1f2b7ccb146f6b0227c608fad857194b79a08431..e2738cfe2895d1f1480e7a08ca35c85620777fdd 100644 (file)
@@ -6,7 +6,8 @@ monster draining the player using Stormbringer decreased monster's hitpoints
 polymorphing to a flaming sphere should cure slime like other flaming monsters
 grammar, spelling and other typos
 student statues were converted to valkyries, not archeologists
+fix typo in bustling town down stairs declaration
+
 
 Platform- and/or Interface-Specific Fixes
 -----------------------------------------